blob: 49682c357eb72a7a9a970a2280e3021962e67e88 (
plain)
1
2
3
4
5
6
|
void in_evdev_init(void *vdrv);
int in_evdev_update(void *drv_data, const int *binds, int *result);
/* to be set somewhere in platform code */
extern struct in_default_bind in_evdev_defbinds[];
|