]> Git Repo - qemu.git/commitdiff
i8259: Drop obsolete prototypes
authorJan Kiszka <[email protected]>
Fri, 7 Oct 2011 07:19:39 +0000 (09:19 +0200)
committerBlue Swirl <[email protected]>
Sun, 16 Oct 2011 11:10:54 +0000 (11:10 +0000)
Signed-off-by: Jan Kiszka <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
hw/pc.h

diff --git a/hw/pc.h b/hw/pc.h
index d133dc055004b2f86d174ddd64f84e158e8fa611..5d20d581e3db90fe5bf5855da59803972279c181 100644 (file)
--- a/hw/pc.h
+++ b/hw/pc.h
@@ -62,8 +62,6 @@ bool parallel_mm_init(target_phys_addr_t base, int it_shift, qemu_irq irq,
 
 typedef struct PicState2 PicState2;
 extern PicState2 *isa_pic;
-void pic_set_irq(int irq, int level);
-void pic_set_irq_new(void *opaque, int irq, int level);
 qemu_irq *i8259_init(qemu_irq parent_irq);
 int pic_read_irq(PicState2 *s);
 int pic_get_output(PicState2 *s);
This page took 0.038975 seconds and 4 git commands to generate.