]> git.proxmox.com Git - qemu.git/blobdiff - hw/shix.c
monitor: Rework API (Jan Kiszka)
[qemu.git] / hw / shix.c
index 0ba02f8583d07d1415619e0eb56ef9cd1551d164..eba44f562f8bad7bf428f26d5f34276cc543c66c 100644 (file)
--- 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"
 #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 */
 }