diff options
author | Peter Osterlund <petero2@telia.com> | 2004-04-18 20:30:43 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:02:12 +0200 |
commit | 52376f3bd0d846de81063bd2b0d42f946177c614 (patch) | |
tree | 1b7da5eb47fc8c6d513df74947f3dd0ba54421eb /ps2comm.h | |
parent | 264bbfd70a6102dd2a9b8b347e6a31a633984bc0 (diff) |
Moved ps2_print_ident() forward declaration to ps2comm.h.
Diffstat (limited to 'ps2comm.h')
-rw-r--r-- | ps2comm.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -50,4 +50,8 @@ typedef unsigned char byte; + +struct SynapticsHwInfo; +void ps2_print_ident(const struct SynapticsHwInfo *synhw); + #endif /* _PS2COMM_H_ */ |