aboutsummaryrefslogtreecommitdiff
path: root/linuxhid.h
diff options
context:
space:
mode:
Diffstat (limited to 'linuxhid.h')
-rw-r--r--linuxhid.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/linuxhid.h b/linuxhid.h
index 9707eec..bb7f577 100644
--- a/linuxhid.h
+++ b/linuxhid.h
@@ -1,3 +1,22 @@
+#include <m_imp.h>
+
+#include <linux/input.h>
+
+#include <sys/stat.h>
+
+#include <string.h>
+#include <sys/time.h>
+#include <sys/types.h>
+#include <sys/fcntl.h>
+#include <sys/ioctl.h>
+#include <unistd.h>
+
+
+#define DEBUG(x)
+/*#define DEBUG(x) x */
+
+static char *version = "$Revision: 1.2 $";
+
/*------------------------------------------------------------------------------
* from evtest.c from the ff-utils package
*/