Ignore:
Timestamp:
2011-03-27T10:46:17Z (13 years ago)
Author:
Matej Klonfar <maklf@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
79e1abd
Parents:
57d9c05e
Message:

Output report creating API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/classes/hidparser.h

    r57d9c05e r841e6e5  
    291291 */
    292292/** Allocates output report buffer*/
    293 uint8_t *usb_hid_report_output(usb_hid_report_parser_t *parser);
     293uint8_t *usb_hid_report_output(usb_hid_report_parser_t *parser, size_t *size);
    294294
    295295/** Frees output report buffer*/
Note: See TracChangeset for help on using the changeset viewer.