aboutsummaryrefslogtreecommitdiff
path: root/frontend/linux/in_evdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/linux/in_evdev.h')
-rw-r--r--frontend/linux/in_evdev.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/linux/in_evdev.h b/frontend/linux/in_evdev.h
new file mode 100644
index 0000000..49682c3
--- /dev/null
+++ b/frontend/linux/in_evdev.h
@@ -0,0 +1,6 @@
+
+void in_evdev_init(void *vdrv);
+int in_evdev_update(void *drv_data, const int *binds, int *result);
+
+/* to be set somewhere in platform code */
+extern struct in_default_bind in_evdev_defbinds[];