]> Git Repo - qemu.git/blob - include/hw/intc/i8259.h
hw: replace hw/i386/pc.h with a header just for the i8259
[qemu.git] / include / hw / intc / i8259.h
1 #ifndef HW_I8259_H
2 #define HW_I8259_H
3
4 /* i8259.c */
5
6 extern DeviceState *isa_pic;
7 qemu_irq *i8259_init(ISABus *bus, qemu_irq parent_irq);
8 qemu_irq *kvm_i8259_init(ISABus *bus);
9 int pic_get_output(DeviceState *d);
10 int pic_read_irq(DeviceState *d);
11
12 #endif
This page took 0.024859 seconds and 4 git commands to generate.