[USB-BRINGUP]
[reactos.git] / lib / drivers / hidparser / parser.h
index 95b1050..489ad23 100644 (file)
@@ -4,6 +4,7 @@
 #include <assert.h>
 #include <pshpack1.h>
 #include "hidparser.h"
+#include <ntddkbd.h>
 
  /*
   * Copyright 2007, Haiku, Inc. All Rights Reserved.
@@ -344,7 +345,7 @@ HidParser_GetSpecificValueCapsWithReport(
 HIDPARSER_STATUS
 HidParser_GetUsagesWithReport(
     IN PHID_PARSER Parser,
-    IN HIDP_REPORT_TYPE  ReportType,
+    IN ULONG  ReportType,
     IN USAGE  UsagePage,
     OUT USAGE  *UsageList,
     IN OUT PULONG UsageLength,
@@ -354,9 +355,9 @@ HidParser_GetUsagesWithReport(
 HIDPARSER_STATUS
 HidParser_GetScaledUsageValueWithReport(
     IN PHID_PARSER Parser,
-    IN HIDP_REPORT_TYPE  ReportType,
-    IN USAGE  UsagePage,
+    IN ULONG ReportType,
+    IN USAGE UsagePage,
     IN USAGE  Usage,
-    OUT PLONG  UsageValue,
-    IN PCHAR  ReportDescriptor,
-    IN ULONG  ReportDescriptorLength);
\ No newline at end of file
+    OUT PLONG UsageValue,
+    IN PCHAR ReportDescriptor,
+    IN ULONG ReportDescriptorLength);