[I8042PRT]

* Do not include debug.h into the main header.
CORE-7716

svn path=/trunk/; revision=61488
This commit is contained in:
Amine Khaldi 2014-01-02 11:11:12 +00:00
parent 8d00269e68
commit 33f697046e
10 changed files with 22 additions and 1 deletions

View file

@ -10,6 +10,8 @@
#include "i8042prt.h" #include "i8042prt.h"
#include <debug.h>
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/
NTSTATUS NTAPI NTSTATUS NTAPI

View file

@ -13,6 +13,8 @@
#include "i8042prt.h" #include "i8042prt.h"
#include <debug.h>
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/
static DRIVER_STARTIO i8042StartIo; static DRIVER_STARTIO i8042StartIo;

View file

@ -1,3 +1,5 @@
#ifndef _I8042PRT_PCH_
#define _I8042PRT_PCH_
#include <ntifs.h> #include <ntifs.h>
#include <kbdmou.h> #include <kbdmou.h>
@ -6,7 +8,6 @@
#include <bugcodes.h> #include <bugcodes.h>
#include <poclass.h> #include <poclass.h>
#include <kdfuncs.h> #include <kdfuncs.h>
#include <debug.h>
/*----------------------------------------------------- /*-----------------------------------------------------
* Structures * Structures
@ -439,3 +440,5 @@ NTSTATUS
ReadRegistryEntries( ReadRegistryEntries(
IN PUNICODE_STRING RegistryPath, IN PUNICODE_STRING RegistryPath,
OUT PI8042_SETTINGS Settings); OUT PI8042_SETTINGS Settings);
#endif /* _I8042PRT_PCH_ */

View file

@ -13,6 +13,8 @@
#include "i8042prt.h" #include "i8042prt.h"
#include <debug.h>
/* GLOBALS *******************************************************************/ /* GLOBALS *******************************************************************/
static IO_WORKITEM_ROUTINE i8042PowerWorkItem; static IO_WORKITEM_ROUTINE i8042PowerWorkItem;

View file

@ -10,6 +10,8 @@
#include "i8042prt.h" #include "i8042prt.h"
#include <debug.h>
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/
static IO_COMPLETION_ROUTINE ForwardIrpAndWaitCompletion; static IO_COMPLETION_ROUTINE ForwardIrpAndWaitCompletion;

View file

@ -14,6 +14,8 @@
#include "i8042prt.h" #include "i8042prt.h"
#include <debug.h>
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/
/* /*

View file

@ -11,6 +11,8 @@
#include "i8042prt.h" #include "i8042prt.h"
#include <debug.h>
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/
/* This is all pretty confusing. There's more than one way to /* This is all pretty confusing. There's more than one way to

View file

@ -11,6 +11,8 @@
#include "i8042prt.h" #include "i8042prt.h"
#include <debug.h>
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/
VOID VOID

View file

@ -13,6 +13,8 @@
#include "i8042prt.h" #include "i8042prt.h"
#include <debug.h>
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/
VOID VOID

View file

@ -13,6 +13,8 @@
#include "i8042prt.h" #include "i8042prt.h"
#include <debug.h>
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/
NTSTATUS NTSTATUS