Ignore:
Timestamp:
2011-11-05T13:37:55Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
904dcc6
Parents:
37e4025
Message:

libusbdev: Use const on stack structure instead of heap alloc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/include/usb/dev/request.h

    r37e4025 r99a1a56  
    130130int usb_request_set_descriptor(usb_pipe_t *, usb_request_type_t,
    131131    usb_request_recipient_t, uint8_t, uint8_t, uint16_t, void *, size_t);
     132
    132133int usb_request_get_configuration(usb_pipe_t *, uint8_t *);
    133134int usb_request_set_configuration(usb_pipe_t *, uint8_t);
Note: See TracChangeset for help on using the changeset viewer.