aboutsummaryrefslogtreecommitdiff
path: root/hid-tmff2.h
diff options
context:
space:
mode:
Diffstat (limited to 'hid-tmff2.h')
-rw-r--r--hid-tmff2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hid-tmff2.h b/hid-tmff2.h
index f474ca7..b396d78 100644
--- a/hid-tmff2.h
+++ b/hid-tmff2.h
@@ -128,4 +128,7 @@ int t300rs_set_gain(void *, uint16_t);
int t300rs_set_range(void *, uint16_t);
int t300rs_set_autocenter(void *, uint16_t);
+int t300rs_send_buf(struct t300rs_device_entry *t300rs, u8 *send_buffer, size_t len);
+int t300rs_send_int(struct t300rs_device_entry *t300rs);
+
#endif /* __HID_TMFF2_H */