Changeset 2391aaf in mainline for uspace/drv/usbhid/conv.h
- Timestamp:
- 2011-02-27T19:22:53Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5d4d98b
- Parents:
- c2fa801
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/conv.h
rc2fa801 r2391aaf 37 37 #define USBHID_CONV_H_ 38 38 39 unsigned int usb kbd_parse_scancode(int scancode);39 unsigned int usbhid_parse_scancode(int scancode); 40 40 41 #endif 41 #endif /* USBHID_CONV_H_ */ 42 42 43 43 /**
Note:
See TracChangeset
for help on using the changeset viewer.