Changeset 841e6e5 in mainline for uspace/lib/usb/include/usb/classes/hidparser.h
- Timestamp:
- 2011-03-27T10:46:17Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 79e1abd
- Parents:
- 57d9c05e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/classes/hidparser.h
r57d9c05e r841e6e5 291 291 */ 292 292 /** Allocates output report buffer*/ 293 uint8_t *usb_hid_report_output(usb_hid_report_parser_t *parser );293 uint8_t *usb_hid_report_output(usb_hid_report_parser_t *parser, size_t *size); 294 294 295 295 /** Frees output report buffer*/
Note:
See TracChangeset
for help on using the changeset viewer.