input: move default bind handling to input core
[libpicofe.git] / linux / in_evdev.h
index fb3cd07..c5aef9b 100644 (file)
@@ -1,4 +1,5 @@
-int  in_evdev_probe(void);
-void in_evdev_free(void *drv_data);
-int  in_evdev_bind_count(void);
-int  in_evdev_update(void *drv_data, int *binds);
+
+struct in_default_bind;
+extern int in_evdev_allow_abs_only;
+
+void in_evdev_init(const struct in_default_bind *defbinds);