summary refs log tree commit diff stats
path: root/include/hw/intc/i8259.h
blob: a0e34dd990b598fcb392992dc91296766037b7f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef HW_I8259_H
#define HW_I8259_H

/* i8259.c */

extern PICCommonState *isa_pic;
qemu_irq *i8259_init(ISABus *bus, qemu_irq parent_irq);
qemu_irq *kvm_i8259_init(ISABus *bus);
int pic_get_output(PICCommonState *s);
int pic_read_irq(PICCommonState *s);

#endif