in_evdev: don't stop on bit0
[libpicofe.git] / linux / in_evdev.h
index 84392c6..49682c3 100644 (file)
@@ -1,4 +1,6 @@
 
 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[];