| /* SPDX-License-Identifier: GPL-2.0-or-later */ | |
| /* | |
| * QEMU LoongArch CPU | |
| * | |
| * Copyright (c) 2021 Loongson Technology Corporation Limited | |
| */ | |
| #ifndef HW_LS7A_H | |
| #define HW_LS7A_H | |
| #include "hw/pci-host/pam.h" | |
| #include "qemu/units.h" | |
| #include "qemu/range.h" | |
| #include "qom/object.h" | |
| #endif |