in_evdev: remove defbinds (should go to plat code)
[picodrive.git] / platform / linux / in_evdev.h
CommitLineData
3b13ec65 1
819ef025 2void in_evdev_init(void *vdrv);
093b8a42 3int in_evdev_update(void *drv_data, const int *binds, int *result);
3b13ec65 4
ea5da0ba 5/* to be set somewhere in platform code */
6extern struct in_default_bind in_evdev_defbinds[];