/[qemu]/qemu/hw/i8259.c
ViewVC logotype

Diff of /qemu/hw/i8259.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by bellard, Mon Jan 3 23:28:51 2005 UTC revision 1.15 by bellard, Sun Jun 5 14:50:22 2005 UTC
# Line 179  void pic_set_irq(int irq, int level) Line 179  void pic_set_irq(int irq, int level)
179      pic_update_irq();      pic_update_irq();
180  }  }
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    
188  /* acknowledge interrupt 'irq' */  /* acknowledge interrupt 'irq' */
189  static inline void pic_intack(PicState *s, int irq)  static inline void pic_intack(PicState *s, int irq)
190  {  {

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26