BeRTOS
usbkbd.h
Go to the documentation of this file.
00001 
00046 #ifndef USBKBD_H
00047 #define USBKBD_H
00048 
00049 void usbkbd_sendEvent(uint8_t mod, uint8_t code);
00050 int usbkbd_init(int unit);
00051 
00052 #endif /* USBKBD_H */