aboutsummaryrefslogtreecommitdiff
path: root/linuxhid.h
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-04-25 23:42:19 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-04-25 23:42:19 +0000
commitef225031e908307c66a2ac1a194fd3f5bcc94acd (patch)
tree5128cc099a8d18ee60db132c88e932e9ce872451 /linuxhid.h
parent1ce8478377a04820260f0803d239b9cf84b912c2 (diff)
cleaned out leftover cruft; added CVS keyword; put all includes into linuxhid.h
svn path=/trunk/externals/hcs/; revision=595
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
*/