]> Git Repo - qemu.git/blobdiff - hw/pc.h
pc: make pc_init1() not refer ferr_irq directly.
[qemu.git] / hw / pc.h
diff --git a/hw/pc.h b/hw/pc.h
index 77239a05715cc3d6017a94b4dfd88eb3b82d3496..abf02decace451efa5a4710e655463d2baecf6c2 100644 (file)
--- a/hw/pc.h
+++ b/hw/pc.h
@@ -77,6 +77,8 @@ void rtc_set_date(RTCState *s, const struct tm *tm);
 /* pc.c */
 extern int fd_bootchk;
 
+void pc_register_ferr_irq(qemu_irq irq);
+
 void ioport_set_a20(int enable);
 int ioport_get_a20(void);
 
This page took 0.025949 seconds and 4 git commands to generate.