X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=linux%2Fevent.h;h=fb3cd070c12e56575a72210fd040e00f580ec712;hb=2258f158c46e77d4e62a5ef4814f97c8354a29e3;hp=9ea887acb34231b7ffc8eda7172850eff0cf0b00;hpb=8fc9402d7cb299f682d29fe1fa5dfaea832dd439;p=libpicofe.git diff --git a/linux/event.h b/linux/event.h index 9ea887a..fb3cd07 100644 --- a/linux/event.h +++ b/linux/event.h @@ -1,3 +1,4 @@ -int in_event_init(void); -void in_event_exit(void); -int in_event_update(int binds[512]); +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);