]> Git Repo - qemu.git/blobdiff - include/hw/i386/pc.h
hw: replace hw/i386/pc.h with a header just for the i8259
[qemu.git] / include / hw / i386 / pc.h
index 61a998de4665c9e7508d2b6ea2cf8a33618c0b66..e2cd453ffa60ef0569313dac9a40f6ca0a03bcc0 100644 (file)
@@ -134,14 +134,6 @@ typedef struct PCMachineClass {
 #define PC_MACHINE_CLASS(klass) \
     OBJECT_CLASS_CHECK(PCMachineClass, (klass), TYPE_PC_MACHINE)
 
-/* i8259.c */
-
-extern DeviceState *isa_pic;
-qemu_irq *i8259_init(ISABus *bus, qemu_irq parent_irq);
-qemu_irq *kvm_i8259_init(ISABus *bus);
-int pic_read_irq(DeviceState *d);
-int pic_get_output(DeviceState *d);
-
 /* ioapic.c */
 
 /* Global System Interrupts */
This page took 0.023699 seconds and 4 git commands to generate.