X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Flinux%2Fin_evdev.h;h=6141b2b4bdaf761abc3851cf1d0e18dcce285dcb;hb=d73e3285b95ba771a22c889e86d38e0ad9c83dd3;hp=fb3cd070c12e56575a72210fd040e00f580ec712;hpb=dabec19a3a5c9f5473573089938338096e1ed7e4;p=picodrive.git diff --git a/platform/linux/in_evdev.h b/platform/linux/in_evdev.h index fb3cd07..6141b2b 100644 --- a/platform/linux/in_evdev.h +++ b/platform/linux/in_evdev.h @@ -1,4 +1,7 @@ -int in_evdev_probe(void); -void in_evdev_free(void *drv_data); -int in_evdev_bind_count(void); -int in_evdev_update(void *drv_data, int *binds); + +extern int in_evdev_allow_abs_only; + +void in_evdev_init(void); + +/* to be set somewhere in platform code */ +extern struct in_default_bind in_evdev_defbinds[];