input: make it more modular
[libpicofe.git] / linux / in_evdev.h
CommitLineData
34581c95 1
0c924681 2extern int in_evdev_allow_abs_only;
3
9056e81f 4void in_evdev_init(void);
34581c95 5
9a58d7d6 6/* to be set somewhere in platform code */
7extern struct in_default_bind in_evdev_defbinds[];