linux: oshide becomes xenv for broader use
[libpicofe.git] / linux / in_evdev.h
index 84392c6..8e48e2c 100644 (file)
@@ -1,4 +1,8 @@
 
+extern int in_evdev_allow_abs_only;
+
 void in_evdev_init(void *vdrv);
-int  in_evdev_update(void *drv_data, int *binds);
+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[];