move select from evdev to upper level
[picodrive.git] / platform / linux / in_evdev.h
index 4106c5f..84392c6 100644 (file)
@@ -1,5 +1,4 @@
 
-int  in_evdev_update(void *drv_data, int *binds);
-int  in_evdev_update_keycode(void **data, int count, int *which, int *is_down, int timeout_ms);
 void in_evdev_init(void *vdrv);
+int  in_evdev_update(void *drv_data, int *binds);