]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/input/include/libinput.h
update
[l4.git] / l4 / pkg / input / include / libinput.h
index 075d2d0dcdf7c4e7ad9525c718382b6ac02daf0a..e1274b4a9f8392ab759250ee574502e7f533bc3a 100644 (file)
@@ -28,6 +28,7 @@
 
 #include <l4/sys/compiler.h>
 #include <l4/input/macros.h>
+#include <l4/re/event.h>
 
 EXTERN_C_BEGIN
 
@@ -78,6 +79,9 @@ L4_CV int l4input_flush(void *buffer, int count);
  */
 L4_CV int l4input_pcspkr(int tone);
 
+L4_CV int l4evdev_stream_info_for_id(l4_umword_t id, l4re_event_stream_info_t *si);
+L4_CV int l4evdev_absinfo(l4_umword_t id, unsigned naxes, unsigned *axes, l4re_event_absinfo_t *infos);
+
 EXTERN_C_END
 
 #endif