diff options
Diffstat (limited to 'hw/shix.c')
| -rw-r--r-- | hw/shix.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hw/shix.c b/hw/shix.c index 0ba02f8583..eba44f562f 100644 --- a/hw/shix.c +++ b/hw/shix.c @@ -28,6 +28,7 @@ More information in target-sh4/README.sh4 */ #include "hw.h" +#include "pc.h" #include "sh.h" #include "sysemu.h" #include "boards.h" @@ -35,12 +36,12 @@ #define BIOS_FILENAME "shix_bios.bin" #define BIOS_ADDRESS 0xA0000000 -void irq_info(void) +void irq_info(Monitor *mon) { /* XXXXX */ } -void pic_info(void) +void pic_info(Monitor *mon) { /* XXXXX */ } |