input: move default bind handling to input core
[picodrive.git] / platform / linux / in_evdev.h
CommitLineData
3b13ec65 1
40a91e5c 2extern int in_evdev_allow_abs_only;
3
72de5472 4void in_evdev_init(void);
3b13ec65 5
ea5da0ba 6/* to be set somewhere in platform code */
7extern struct in_default_bind in_evdev_defbinds[];