diff options
author | Mark Cave-Ayland | 2022-05-04 11:25:51 +0200 |
---|---|---|
committer | Mark Cave-Ayland | 2022-05-08 19:52:37 +0200 |
commit | 134ba73f32036256e0a89bcd166ddbe1fd19b824 (patch) | |
tree | bc6f7139dcbda53a3913fc8fae19838e915876c7 /hw/hppa/pci.c | |
parent | lasi: use numerical constant for iar reset value (diff) | |
download | qemu-134ba73f32036256e0a89bcd166ddbe1fd19b824.tar.gz qemu-134ba73f32036256e0a89bcd166ddbe1fd19b824.tar.xz qemu-134ba73f32036256e0a89bcd166ddbe1fd19b824.zip |
hppa: move device headers from hppa_sys.h into individual .c files
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: Helge Deller <deller@gmx.de>
Message-Id: <20220504092600.10048-42-mark.cave-ayland@ilande.co.uk>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Diffstat (limited to 'hw/hppa/pci.c')
-rw-r--r-- | hw/hppa/pci.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/hppa/pci.c b/hw/hppa/pci.c index 32609aba63..a92dcb6b9e 100644 --- a/hw/hppa/pci.c +++ b/hw/hppa/pci.c @@ -6,6 +6,9 @@ #include "qemu/osdep.h" #include "hppa_sys.h" #include "qemu/log.h" +#include "hw/pci/pci.h" +#include "hw/pci/pci_host.h" +#include "hw/intc/i8259.h" #include "trace.h" |