summaryrefslogtreecommitdiff
path: root/src/psmcomm.h
diff options
context:
space:
mode:
authorChristoph Brill <egore911@egore911.de>2008-06-06 15:58:17 +0200
committerChristoph Brill <egore911@egore911.de>2008-06-06 15:58:17 +0200
commit86a5fab70ff633d40c05a37d8e9a6a8073cdb129 (patch)
treebbda0908c55897c5f82d28a37d75eb8d1b4ed8c1 /src/psmcomm.h
parentcd6a1225ec319cad9788e8fba158d9792b55de23 (diff)
Start reorganizing the source tree
First let's move the source and header files to a seperate source directory. The structure of the new directory layout will be similar to xf86-input-evdev.
Diffstat (limited to 'src/psmcomm.h')
-rw-r--r--src/psmcomm.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/psmcomm.h b/src/psmcomm.h
new file mode 100644
index 0000000..a3162a2
--- /dev/null
+++ b/src/psmcomm.h
@@ -0,0 +1,8 @@
+#ifndef _PSMCOMM_H_
+#define _PSMCOMM_H_
+
+#include <unistd.h>
+#include <sys/ioctl.h>
+#include "freebsd_mouse.h"
+
+#endif /* _PSMCOMM_H_ */