aboutsummaryrefslogtreecommitdiff
path: root/src/tmt300rs/hid-tmt300rs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tmt300rs/hid-tmt300rs.h')
-rw-r--r--src/tmt300rs/hid-tmt300rs.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/tmt300rs/hid-tmt300rs.h b/src/tmt300rs/hid-tmt300rs.h
new file mode 100644
index 0000000..2305f4b
--- /dev/null
+++ b/src/tmt300rs/hid-tmt300rs.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+#ifndef __HID_TMT300RS_H
+#define __HID_TMT300RS_H
+
+#include "../hid-tmff2.h"
+
+int t300rs_populate_api(struct tmff2_device_entry *tmff2);
+
+#endif