mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-27 14:22:41 +01:00
more input wip
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@623 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#define IN_DRVID_EVDEV 1
|
||||
enum {
|
||||
IN_DRVID_EVDEV = 1,
|
||||
};
|
||||
|
||||
/* to be called by drivers */
|
||||
void in_register(const char *nname, int drv_id, void *drv_data);
|
||||
|
||||
Reference in New Issue
Block a user