[NTFS] - Add some fixes and improvements to attribute.c from CR-123:
[reactos.git] / drivers / input / i8042prt / i8042prt.h
index 6c60ae3..acae330 100644 (file)
@@ -441,4 +441,19 @@ ReadRegistryEntries(
        IN PUNICODE_STRING RegistryPath,
        OUT PI8042_SETTINGS Settings);
 
+/* hwhacks.c */
+
+VOID
+NTAPI
+i8042InitializeHwHacks(
+    VOID);
+
+enum _FLAGS
+{
+    FL_NOLOOP = 0x01,
+    FL_INITHACK = 0x02,
+};
+
+extern ULONG i8042HwFlags;
+
 #endif /* _I8042PRT_PCH_ */