Don't define asm macros that are not used
authorHervé Poussineau <hpoussin@reactos.org>
Fri, 3 Jun 2005 22:44:38 +0000 (22:44 +0000)
committerHervé Poussineau <hpoussin@reactos.org>
Fri, 3 Jun 2005 22:44:38 +0000 (22:44 +0000)
svn path=/trunk/; revision=15761

reactos/drivers/input/i8042prt/i8042prt.h

index fb9df9a..3e7022e 100644 (file)
@@ -217,9 +217,6 @@ typedef struct _I8042_HOOK_WORKITEM
 
 #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)