Go to the documentation of this file.
18 #ifndef __POK_X86_PIC_H__
19 #define __POK_X86_PIC_H__
21 #define PIC_MASTER_BASE 0x20
22 #define PIC_SLAVE_BASE 0xa0
24 #define PIC_MASTER_ICW1 0x11
25 #define PIC_MASTER_ICW2 0x20
26 #define PIC_MASTER_ICW3 0x04
27 #define PIC_MASTER_ICW4 0x01
29 #define PIC_SLAVE_ICW1 0x11
30 #define PIC_SLAVE_ICW2 0x28
31 #define PIC_SLAVE_ICW3 0x02
32 #define PIC_SLAVE_ICW4 0x01