diff options
author | Helge Deller <deller@gmx.de> | 2020-07-26 11:24:30 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2020-08-04 15:48:05 +0200 |
commit | e3a99a8a62027a83d3296ea4234973522e86cfeb (patch) | |
tree | 11cb4351e87b4338d278839c75a29c4e61dfcaa0 /hw/hppa/lasi.c | |
parent | 3461487523b897d324e8d91f3fd20ed55f849544 (diff) | |
download | qemu-e3a99a8a62027a83d3296ea4234973522e86cfeb.zip |
hw/hppa: Sync hppa_hardware.h file with SeaBIOS sources
The hppa_hardware.h file is shared with SeaBIOS. Sync it.
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'hw/hppa/lasi.c')
-rw-r--r-- | hw/hppa/lasi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/hppa/lasi.c b/hw/hppa/lasi.c index 19974034f3..ffcbb988b8 100644 --- a/hw/hppa/lasi.c +++ b/hw/hppa/lasi.c @@ -54,8 +54,6 @@ #define LASI_CHIP(obj) \ OBJECT_CHECK(LasiState, (obj), TYPE_LASI_CHIP) -#define LASI_RTC_HPA (LASI_HPA + 0x9000) - typedef struct LasiState { PCIHostState parent_obj; |