12#define PIC1_COMMAND PIC1
13#define PIC1_DATA (PIC1 + 1)
14#define PIC2_COMMAND PIC2
15#define PIC2_DATA (PIC2 + 1)
19#define ICW1_SINGLE 0x02
20#define ICW1_INTERVAL4 0x04
21#define ICW1_LEVEL 0x08
26#define ICW4_BUF_SLAVE 0x08
27#define ICW4_BUF_MASTER 0x0C
32#define PIC_READ_IRR 0x0a
33#define PIC_READ_ISR 0x0b
35void picSendEoi(uint8_t irq);
37void remapPic(uint32_t offset1, uint32_t offset2);
41void irqSetMask(uint8_t irqLine);
43void irqClearMask(uint8_t irqLine);
Fixed-width integer types.