mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
some input framework attempt
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@621 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
8fc9402d7c
commit
2258f158c4
4 changed files with 254 additions and 73 deletions
8
common/input.h
Normal file
8
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);
|
Loading…
Add table
Add a link
Reference in a new issue