Don't define asm macros that are not used
Modified: trunk/reactos/drivers/input/i8042prt/i8042prt.h

Modified: trunk/reactos/drivers/input/i8042prt/i8042prt.h
--- trunk/reactos/drivers/input/i8042prt/i8042prt.h	2005-06-03 21:18:09 UTC (rev 15760)
+++ trunk/reactos/drivers/input/i8042prt/i8042prt.h	2005-06-03 22:44:38 UTC (rev 15761)
@@ -217,9 +217,6 @@
 
 #define KBD_WRAP_MASK      0x1F
 
-#define disable()          __asm__("cli\n\t")
-#define enable()           __asm__("sti\n\t")
-
 #define ALT_PRESSED			(LEFT_ALT_PRESSED | RIGHT_ALT_PRESSED)
 #define CTRL_PRESSED			(LEFT_CTRL_PRESSED | RIGHT_CTRL_PRESSED)