aboutsummaryrefslogtreecommitdiff
path: root/src/tmt300rs/hid-tmt300rs.h
diff options
context:
space:
mode:
authorRaySlash <stevemathewjoy@gmail.com>2023-10-04 14:11:29 +1000
committerRaySlash <stevemathewjoy@gmail.com>2023-10-04 14:14:51 +1000
commitfc6076449bd39a17fc8210af38c941ece9cf9cc0 (patch)
tree70a62c93d42ba168bb67e7b66d244dcf970b1054 /src/tmt300rs/hid-tmt300rs.h
parente5a719b530418f26d957e2cae0c56a92539cb324 (diff)
downloadhid-tmff2-fc6076449bd39a17fc8210af38c941ece9cf9cc0.tar.gz
hid-tmff2-fc6076449bd39a17fc8210af38c941ece9cf9cc0.zip
src, deps, docs: update
- Update the effects documents - Rename `hid-tm*` to `tm*` for folders - Move `Makefile` and `Kbuild` to root - Add `deps/` and move in [hid-tminit](https://github.com/scarburato/hid-tminit/commit/9375f6c7d83af5dd6c8b8fe30351d0f36043b20a)
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