pull in more code from PicoDrive
[pcsx_rearmed.git] / frontend / linux / in_evdev.h
diff --git a/frontend/linux/in_evdev.h b/frontend/linux/in_evdev.h
new file mode 100644 (file)
index 0000000..49682c3
--- /dev/null
@@ -0,0 +1,6 @@
+
+void in_evdev_init(void *vdrv);
+int  in_evdev_update(void *drv_data, const int *binds, int *result);
+
+/* to be set somewhere in platform code */
+extern struct in_default_bind in_evdev_defbinds[];