Revision 9a31334f

b/hw/irq.h
3 3

  
4 4
/* Generic IRQ/GPIO pin infrastructure.  */
5 5

  
6
/* FIXME: Rmove one of these.  */
7 6
typedef void (*qemu_irq_handler)(void *opaque, int n, int level);
8
typedef void SetIRQFunc(void *opaque, int irq_num, int level);
9 7

  
10 8
void qemu_set_irq(qemu_irq irq, int level);
11 9

  

Also available in: Unified diff