- Get kbd/mouclass compiling
[reactos.git] / reactos / drivers / input / kbdclass / kbdclass.h
index e0438c6..4428076 100644 (file)
@@ -3,15 +3,7 @@
 #include <ntddkbd.h>
 #include <stdio.h>
 
-#if defined(__GNUC__)
-  NTSTATUS NTAPI
-  IoAttachDeviceToDeviceStackSafe(
-    IN PDEVICE_OBJECT SourceDevice,
-    IN PDEVICE_OBJECT TargetDevice,
-    OUT PDEVICE_OBJECT *AttachedToDeviceObject);
-#else
-  #error Unknown compiler!
-#endif
+#define MAX_PATH 260
 
 typedef enum
 {
@@ -24,6 +16,8 @@ typedef enum
 
 typedef struct _CLASS_DRIVER_EXTENSION
 {
+       UNICODE_STRING RegistryPath;
+
        /* Registry settings */
        ULONG ConnectMultiplePorts;
        ULONG DataQueueSize;