diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2014-07-12 15:43:55 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-08-02 08:35:27 +0200 |
commit | 5b12f7b4d8993eb16342e33c98f533a5344c1abd (patch) | |
tree | 5297e1daf545ec53397635561fa94f687de3ebcd /src/synproto.h | |
parent | c3ca682a027262cf8659611c94899e25e5e2f1bc (diff) |
Diffstat (limited to 'src/synproto.h')
-rw-r--r-- | src/synproto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synproto.h b/src/synproto.h index 6ba6740..a40d56b 100644 --- a/src/synproto.h +++ b/src/synproto.h @@ -121,6 +121,9 @@ extern struct SynapticsProtocolOperations event_proto_operations; #ifdef BUILD_PSMCOMM extern struct SynapticsProtocolOperations psm_proto_operations; #endif /* BUILD_PSMCOMM */ +#ifdef BUILD_WSCONSCOMM +extern struct SynapticsProtocolOperations wscons_proto_operations; +#endif /* BUILD_WSCONSCOMM */ extern struct SynapticsHwState *SynapticsHwStateAlloc(SynapticsPrivate * priv); extern void SynapticsHwStateFree(struct SynapticsHwState **hw); |