aboutsummaryrefslogtreecommitdiff
path: root/frontend/linux/in_evdev.h
blob: 8e48e2c6b716225e1bda9b58c64e99dc7e1da2ca (plain)
1
2
3
4
5
6
7
8
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);

/* to be set somewhere in platform code */
extern struct in_default_bind in_evdev_defbinds[];