[NTFS] - Add some fixes and improvements to attribute.c from CR-123:
[reactos.git] / drivers / input / kbdclass / kbdclass.h
index f68386e..6041dad 100644 (file)
@@ -1,10 +1,8 @@
+#ifndef _KBDCLASS_PCH_
+#define _KBDCLASS_PCH_
+
 #include <ntifs.h>
-#include <kbdmou.h>
 #include <ntddkbd.h>
-#include <stdio.h>
-#include <pseh/pseh2.h>
-
-#include <debug.h>
 
 #define MAX_PATH 260
 
@@ -48,6 +46,7 @@ typedef struct _PORT_DEVICE_EXTENSION
        PORT_DEVICE_STATE PnpState;
        PDEVICE_OBJECT LowerDevice;
        PDEVICE_OBJECT ClassDO;
+       HANDLE FileHandle;
        UNICODE_STRING InterfaceName;
 } PORT_DEVICE_EXTENSION, *PPORT_DEVICE_EXTENSION;
 
@@ -81,12 +80,4 @@ DuplicateUnicodeString(
        IN PCUNICODE_STRING SourceString,
        OUT PUNICODE_STRING DestinationString);
 
-/* setup.c */
-BOOLEAN
-IsFirstStageSetup(
-       VOID);
-
-VOID NTAPI
-Send8042StartDevice(
-       IN PDRIVER_OBJECT DriverObject,
-       IN PDEVICE_OBJECT Pdo);
+#endif /* _KBDCLASS_PCH_ */