linux port fixed; some cleanups
[libpicofe.git] / linux / in_evdev.h
index fb3cd07..84392c6 100644 (file)
@@ -1,4 +1,4 @@
-int  in_evdev_probe(void);
-void in_evdev_free(void *drv_data);
-int  in_evdev_bind_count(void);
+
+void in_evdev_init(void *vdrv);
 int  in_evdev_update(void *drv_data, int *binds);
+