diff options
Diffstat (limited to 'x86.h')
-rw-r--r-- | x86.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -151,12 +151,3 @@ struct trapframe { ushort ss; ushort padding4; }; - -#define MAX_IRQS 16 // Number of IRQs - -#define IRQ_OFFSET 32 // IRQ 0 corresponds to int IRQ_OFFSET - -#define IRQ_KBD 1 -#define IRQ_IDE 14 -#define IRQ_ERROR 19 -#define IRQ_SPURIOUS 31 |