asyn-only dev support + in_gp2x driver

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@637 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2009-02-16 21:12:29 +00:00
parent 7f022a8d57
commit 13b692eb4e
9 changed files with 334 additions and 36 deletions

3
gp2x/in_gp2x.h Normal file
View file

@ -0,0 +1,3 @@
void in_gp2x_init(void *vdrv);
int in_gp2x_update(void *drv_data, int *binds);