From 7abf49d2f22af633f2fb3546f9f9fd818cef25df Mon Sep 17 00:00:00 2001 From: kaashoek Date: Sun, 3 Sep 2006 15:39:29 +0000 Subject: remove duplication don't use the same name for two different pieces of code --- traps.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'traps.h') diff --git a/traps.h b/traps.h index 4b2d368..d093be0 100644 --- a/traps.h +++ b/traps.h @@ -27,6 +27,8 @@ #define IRQ_OFFSET 32 // IRQ 0 corresponds to int IRQ_OFFSET +#define IRQ_KBD 1 +#define IRQ_IDE 14 #define IRQ_TIMER 18 #define IRQ_ERROR 19 #define IRQ_SPURIOUS 31 -- cgit v1.2.3