[I8042PRT]
[reactos.git] / reactos / drivers / input / i8042prt / i8042prt.h
index 8001d43..8cbe739 100644 (file)
@@ -1,3 +1,5 @@
+#ifndef _I8042PRT_PCH_
+#define _I8042PRT_PCH_
 
 #include <ntifs.h>
 #include <kbdmou.h>
@@ -6,7 +8,6 @@
 #include <bugcodes.h>
 #include <poclass.h>
 #include <kdfuncs.h>
-#include <debug.h>
 
 /*-----------------------------------------------------
  * Structures
@@ -439,3 +440,5 @@ NTSTATUS
 ReadRegistryEntries(
        IN PUNICODE_STRING RegistryPath,
        OUT PI8042_SETTINGS Settings);
+
+#endif /* _I8042PRT_PCH_ */