summaryrefslogtreecommitdiff
path: root/ps2comm.h
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2004-04-12 01:27:55 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:02:00 +0200
commit5a3e05478ae3e641791031c241dc00eb43598726 (patch)
tree9afe8241c4ed96adedb9afd338734e980f5acc00 /ps2comm.h
parentbda42daf592497ee210868660ce6be5a0f390e98 (diff)
Some work on abstracting out the protocol differences from
synaptics.c to make supporting the FreeBSD psm driver possible.
Diffstat (limited to 'ps2comm.h')
-rw-r--r--ps2comm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ps2comm.h b/ps2comm.h
index b6c5880..46fe119 100644
--- a/ps2comm.h
+++ b/ps2comm.h
@@ -1,6 +1,9 @@
#ifndef _PS2COMM_H_
#define _PS2COMM_H_
+#include <sys/ioctl.h>
+#include "xf86_OSproc.h"
+
/* synatics modes */
#define SYN_BIT_ABSOLUTE_MODE (1 << 7)
#define SYN_BIT_HIGH_RATE (1 << 6)