cdrom: partially implement attenuation
[pcsx_rearmed.git] / frontend / linux / in_evdev.h
1
2 extern int in_evdev_allow_abs_only;
3
4 void in_evdev_init(void *vdrv);
5 int  in_evdev_update(void *drv_data, const int *binds, int *result);
6
7 /* to be set somewhere in platform code */
8 extern struct in_default_bind in_evdev_defbinds[];