|
|
| version 1.1, 2003/10/16 17:57:56 | version 1.2, 2003/12/01 17:13:36 |
|---|---|
| Line 54 enum { | Line 54 enum { |
| IRQ_INT6 = 0x0d | IRQ_INT6 = 0x0d |
| }; | }; |
| #define PICEXISTINTR (!pic.ext_irq) && \ | |
| ((pic.pi[0].irr & (~pic.pi[0].imr)) || \ | |
| (pic.pi[1].irr & (~pic.pi[1].imr))) | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| extern "C" { | extern "C" { |