aboutsummaryrefslogtreecommitdiff
path: root/frontend/linux/in_evdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/linux/in_evdev.h')
-rw-r--r--frontend/linux/in_evdev.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontend/linux/in_evdev.h b/frontend/linux/in_evdev.h
index 8e48e2c..6141b2b 100644
--- a/frontend/linux/in_evdev.h
+++ b/frontend/linux/in_evdev.h
@@ -1,8 +1,7 @@
extern int in_evdev_allow_abs_only;
-void in_evdev_init(void *vdrv);
-int in_evdev_update(void *drv_data, const int *binds, int *result);
+void in_evdev_init(void);
/* to be set somewhere in platform code */
extern struct in_default_bind in_evdev_defbinds[];