summaryrefslogtreecommitdiff
path: root/ps2comm.h
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2004-04-12 10:58:33 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:02:00 +0200
commit306df7f1219a1d18f8cc56b3bccd3af8eca1fa20 (patch)
tree1e9dabdda5229916473d7c470fc1906b002741f1 /ps2comm.h
parent695a442786bd87997c64d344ac235ef70847f546 (diff)
Don't export private stuff from ps2comm.[ch].
Diffstat (limited to 'ps2comm.h')
-rw-r--r--ps2comm.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/ps2comm.h b/ps2comm.h
index 46fe119..b78adb9 100644
--- a/ps2comm.h
+++ b/ps2comm.h
@@ -52,26 +52,7 @@ typedef unsigned char byte;
Bool
synaptics_reset(int fd);
-struct synapticshw;
-Bool
-synaptics_get_hwinfo(int fd, struct synapticshw *synhw);
-
-Bool
-synaptics_set_mode(int fd, byte cmd);
-
-Bool
-synaptics_read_mode(int fd, unsigned char *mode);
-
-Bool
-SynapticsDisableDevice(int fd);
-
Bool
SynapticsEnableDevice(int fd);
-Bool
-QueryIsSynaptics(int fd);
-
-Bool
-SynapticsResetPassthrough(int fd);
-
#endif /* _PS2COMM_H_ */