aboutsummaryrefslogtreecommitdiff
path: root/hw/mainstone.h
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2011-02-12 03:15:24 +0300
committerAndrzej Zaborowski <balrog@zabor.org>2011-02-16 02:04:03 +0100
commitcb380f615c565804b83c16595185d308c8e1f0e1 (patch)
tree2ed053193f4c39ecc0ce3f162d23dcf787f61696 /hw/mainstone.h
parent43d91709c10c6227ed2150fc6cb710cb6bf04fc6 (diff)
mainstone: convert FPGA emulation code to use QDev/SysBus
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
Diffstat (limited to 'hw/mainstone.h')
-rw-r--r--hw/mainstone.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/mainstone.h b/hw/mainstone.h
index 35329f1950..e6a2b670e8 100644
--- a/hw/mainstone.h
+++ b/hw/mainstone.h
@@ -32,7 +32,4 @@
#define S1_STSCHG_IRQ 14
#define S1_IRQ 15
-extern qemu_irq
-*mst_irq_init(uint32_t base, qemu_irq irq);
-
#endif /* __MAINSTONE_H__ */