Create new branch for PCI development

This commit is contained in:
David Gálvez
2014-05-21 07:38:47 +00:00
parent a95752d243
commit 4b1dd93305
196 changed files with 107396 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#ifndef _IKBD_H_
#define _IKBD_H_
extern void ikbd_init(void);
extern void ikbd_poll(void);
extern void ikbd_joystick(uint8_t joy, uint8_t map);
extern void ikbd_mouse(uint8_t buttons, int8_t x, int8_t y);
extern void ikbd_keyboard(uint8_t code);
#endif /* _IKBD_H_ */