]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/an5206.c
monitor: Rework API (Jan Kiszka)
[mirror_qemu.git] / hw / an5206.c
index 419d416151d9a73af1cc2d2497a6040a848bf94b..83078aa81bbf44f68fd0654d2c78f8365ff67103 100644 (file)
@@ -7,6 +7,7 @@
  */
 
 #include "hw.h"
+#include "pc.h"
 #include "mcf.h"
 #include "sysemu.h"
 #include "boards.h"
 #define AN5206_RAMBAR_ADDR 0x20000000
 
 /* Stub functions for hardware that doesn't exist.  */
-void pic_info(void)
+void pic_info(Monitor *mon)
 {
 }
 
-void irq_info(void)
+void irq_info(Monitor *mon)
 {
 }