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:
notaz 2008-12-27 22:39:00 +00:00
parent 8fc9402d7c
commit 2258f158c4
4 changed files with 254 additions and 73 deletions

8
common/input.h Normal file
View 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);