summaryrefslogtreecommitdiff
path: root/ps2comm.h
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2004-04-18 20:30:43 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:02:12 +0200
commit52376f3bd0d846de81063bd2b0d42f946177c614 (patch)
tree1b7da5eb47fc8c6d513df74947f3dd0ba54421eb /ps2comm.h
parent264bbfd70a6102dd2a9b8b347e6a31a633984bc0 (diff)
Moved ps2_print_ident() forward declaration to ps2comm.h.
Diffstat (limited to 'ps2comm.h')
-rw-r--r--ps2comm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ps2comm.h b/ps2comm.h
index 320620e..486dd36 100644
--- a/ps2comm.h
+++ b/ps2comm.h
@@ -50,4 +50,8 @@
typedef unsigned char byte;
+
+struct SynapticsHwInfo;
+void ps2_print_ident(const struct SynapticsHwInfo *synhw);
+
#endif /* _PS2COMM_H_ */