[I8042PRT]
authorAmine Khaldi <amine.khaldi@reactos.org>
Thu, 2 Jan 2014 11:11:12 +0000 (11:11 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Thu, 2 Jan 2014 11:11:12 +0000 (11:11 +0000)
* Do not include debug.h into the main header.
CORE-7716

svn path=/trunk/; revision=61488

reactos/drivers/input/i8042prt/createclose.c
reactos/drivers/input/i8042prt/i8042prt.c
reactos/drivers/input/i8042prt/i8042prt.h
reactos/drivers/input/i8042prt/keyboard.c
reactos/drivers/input/i8042prt/misc.c
reactos/drivers/input/i8042prt/mouse.c
reactos/drivers/input/i8042prt/pnp.c
reactos/drivers/input/i8042prt/ps2pp.c
reactos/drivers/input/i8042prt/readwrite.c
reactos/drivers/input/i8042prt/registry.c

index 2cffd36..b2497be 100644 (file)
@@ -10,6 +10,8 @@
 
 #include "i8042prt.h"
 
+#include <debug.h>
+
 /* FUNCTIONS *****************************************************************/
 
 NTSTATUS NTAPI
index 5f3eb33..d9c792b 100644 (file)
@@ -13,6 +13,8 @@
 
 #include "i8042prt.h"
 
+#include <debug.h>
+
 /* FUNCTIONS *****************************************************************/
 
 static DRIVER_STARTIO i8042StartIo;
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_ */
index 26a6f7b..209836a 100644 (file)
@@ -13,6 +13,8 @@
 
 #include "i8042prt.h"
 
+#include <debug.h>
+
 /* GLOBALS *******************************************************************/
 
 static IO_WORKITEM_ROUTINE i8042PowerWorkItem;
index 31d754d..64f67c1 100644 (file)
@@ -10,6 +10,8 @@
 
 #include "i8042prt.h"
 
+#include <debug.h>
+
 /* FUNCTIONS *****************************************************************/
 static IO_COMPLETION_ROUTINE ForwardIrpAndWaitCompletion;
 
index ee8d503..d6e224a 100644 (file)
@@ -14,6 +14,8 @@
 
 #include "i8042prt.h"
 
+#include <debug.h>
+
 /* FUNCTIONS *****************************************************************/
 
 /*
index 184d1a3..3d70785 100644 (file)
@@ -11,6 +11,8 @@
 
 #include "i8042prt.h"
 
+#include <debug.h>
+
 /* FUNCTIONS *****************************************************************/
 
 /* This is all pretty confusing. There's more than one way to
index bab65b3..ea23af6 100644 (file)
@@ -11,6 +11,8 @@
 
 #include "i8042prt.h"
 
+#include <debug.h>
+
 /* FUNCTIONS *****************************************************************/
 
 VOID
index 1ef84da..6fbd6fb 100644 (file)
@@ -13,6 +13,8 @@
 
 #include "i8042prt.h"
 
+#include <debug.h>
+
 /* FUNCTIONS *****************************************************************/
 
 VOID
index 38b0f05..48b6ebf 100644 (file)
@@ -13,6 +13,8 @@
 
 #include "i8042prt.h"
 
+#include <debug.h>
+
 /* FUNCTIONS *****************************************************************/
 
 NTSTATUS