| 1 | /* |
| 2 | * This file is subject to the terms and conditions of the GNU General Public |
| 3 | * License. See the file "COPYING" in the main directory of this archive |
| 4 | * for more details. |
| 5 | * |
| 6 | * Copyright (c) 2020 Huacai Chen <chenhc@lemote.com> |
| 7 | * Copyright (c) 2020 Jiaxun Yang <jiaxun.yang@flygoat.com> |
| 8 | * |
| 9 | */ |
| 10 | |
| 11 | #ifndef LOONGSON_LIOINTC_H |
| 12 | #define LOONGSON_LIOINTC_H |
| 13 | |
| 14 | #include "qemu/units.h" |
| 15 | #include "hw/core/sysbus.h" |
| 16 | #include "qom/object.h" |
| 17 | |
| 18 | #define TYPE_LOONGSON_LIOINTC "loongson.liointc" |
| 19 | DECLARE_INSTANCE_CHECKER(struct loongson_liointc, LOONGSON_LIOINTC, |
| 20 | TYPE_LOONGSON_LIOINTC) |
| 21 | |
| 22 | #endif /* LOONGSON_LIOINTC_H */ |