mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-05 18:04:41 +02:00
some input framework attempt
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@621 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
8
platform/common/input.h
Normal file
8
platform/common/input.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#define IN_DRVID_EVDEV 1
|
||||
|
||||
/* to be called by drivers */
|
||||
void in_register(const char *nname, int drv_id, void *drv_data);
|
||||
|
||||
void in_init(void);
|
||||
void in_probe(void);
|
||||
int in_update(void);
|
||||
Reference in New Issue
Block a user