X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=ppcskel.git;a=blobdiff_plain;f=usb%2Fdrivers%2Fclass%2Fhid.h;h=85ce3a836398b3c31702b85107c1ac8bb4ae334f;hp=347a0db69d899662843d8e72abb68456ade737d2;hb=55d57a9ffdc8318dd652b1396f3ce8db6246820f;hpb=8c443e089d9f0202d06e0b5d656fd713b14fc9bc diff --git a/usb/drivers/class/hid.h b/usb/drivers/class/hid.h index 347a0db..85ce3a8 100644 --- a/usb/drivers/class/hid.h +++ b/usb/drivers/class/hid.h @@ -34,6 +34,7 @@ void usb_hidkb_init(); u8 usb_hidkb_inuse(); struct kbrep *usb_hidkb_getChars(); +unsigned char usb_hidkb_get_char_from_keycode(u8 keycode, int shifted); #endif /* __HID_H */