summaryrefslogtreecommitdiffstats
path: root/evdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'evdev.h')
-rw-r--r--evdev.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/evdev.h b/evdev.h
new file mode 100644
index 0000000..33ff29c
--- /dev/null
+++ b/evdev.h
@@ -0,0 +1,3 @@
+#include <sys/types.h>
+
+int find_default_keyboard(char *buffer, size_t buffer_len);