mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 23:59:45 +00:00
[I8042PRT]
* Do not include debug.h into the main header. CORE-7716 svn path=/trunk/; revision=61488
This commit is contained in:
parent
8d00269e68
commit
33f697046e
10 changed files with 22 additions and 1 deletions
|
@ -10,6 +10,8 @@
|
|||
|
||||
#include "i8042prt.h"
|
||||
|
||||
#include <debug.h>
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
NTSTATUS NTAPI
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
|
||||
#include "i8042prt.h"
|
||||
|
||||
#include <debug.h>
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
static DRIVER_STARTIO i8042StartIo;
|
||||
|
|
|
@ -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_ */
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
|
||||
#include "i8042prt.h"
|
||||
|
||||
#include <debug.h>
|
||||
|
||||
/* GLOBALS *******************************************************************/
|
||||
|
||||
static IO_WORKITEM_ROUTINE i8042PowerWorkItem;
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
#include "i8042prt.h"
|
||||
|
||||
#include <debug.h>
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
static IO_COMPLETION_ROUTINE ForwardIrpAndWaitCompletion;
|
||||
|
||||
|
|
|
@ -14,6 +14,8 @@
|
|||
|
||||
#include "i8042prt.h"
|
||||
|
||||
#include <debug.h>
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
/*
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
|
||||
#include "i8042prt.h"
|
||||
|
||||
#include <debug.h>
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
/* This is all pretty confusing. There's more than one way to
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
|
||||
#include "i8042prt.h"
|
||||
|
||||
#include <debug.h>
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
VOID
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
|
||||
#include "i8042prt.h"
|
||||
|
||||
#include <debug.h>
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
VOID
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
|
||||
#include "i8042prt.h"
|
||||
|
||||
#include <debug.h>
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
NTSTATUS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue