Revision 54fa5af5 hw/i8259.c

b/hw/i8259.c
179 179
    pic_update_irq();
180 180
}
181 181

  
182
/* this function should be used to have the controller context */
183
void pic_set_irq_new(void *opaque, int irq, int level)
184
{
185
    pic_set_irq(irq, level);
186
}
187

  
182 188
/* acknowledge interrupt 'irq' */
183 189
static inline void pic_intack(PicState *s, int irq)
184 190
{

Also available in: Unified diff