in_evdev: revert multi event handling from r901 to avoid unwanted blocking
[libpicofe.git] / linux / in_evdev.h
... / ...
CommitLineData
1
2void in_evdev_init(void *vdrv);
3int in_evdev_update(void *drv_data, const int *binds, int *result);
4
5/* to be set somewhere in platform code */
6extern struct in_default_bind in_evdev_defbinds[];