update platform code to suit recent PCSX related changes
[libpicofe.git] / linux / in_evdev.h
CommitLineData
34581c95 1
0c924681 2extern int in_evdev_allow_abs_only;
3
da767bd5 4void in_evdev_init(void *vdrv);
8e77275e 5int in_evdev_update(void *drv_data, const int *binds, int *result);
34581c95 6
9a58d7d6 7/* to be set somewhere in platform code */
8extern struct in_default_bind in_evdev_defbinds[];