rm unused file
[pcsx_rearmed.git] / frontend / linux / in_evdev.h
1
2 void in_evdev_init(void *vdrv);
3 int  in_evdev_update(void *drv_data, const int *binds, int *result);
4
5 /* to be set somewhere in platform code */
6 extern struct in_default_bind in_evdev_defbinds[];