diff options
| author | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2022-05-04 10:25:51 +0100 |
|---|---|---|
| committer | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2022-05-08 18:52:37 +0100 |
| commit | 134ba73f32036256e0a89bcd166ddbe1fd19b824 (patch) | |
| tree | bc6f7139dcbda53a3913fc8fae19838e915876c7 /hw/hppa/lasi.h | |
| parent | 8e81ffe32070490b27d8e9ccac48a3f470e19c96 (diff) | |
| download | focaccia-qemu-134ba73f32036256e0a89bcd166ddbe1fd19b824.tar.gz focaccia-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/lasi.h')
| -rw-r--r-- | hw/hppa/lasi.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/hppa/lasi.h b/hw/hppa/lasi.h index 11cf7d6b0b..ecc7065ce8 100644 --- a/hw/hppa/lasi.h +++ b/hw/hppa/lasi.h @@ -12,6 +12,10 @@ #ifndef LASI_H #define LASI_H +#include "exec/address-spaces.h" +#include "hw/pci/pci_host.h" +#include "hw/boards.h" + #define TYPE_LASI_CHIP "lasi-chip" OBJECT_DECLARE_SIMPLE_TYPE(LasiState, LASI_CHIP) |