Ignore:
Timestamp:
2013-01-27T12:39:35Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5b401b9
Parents:
7d20461
Message:

libusbdev: Yet another const qualifier.

File:
1 edited

Legend:

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

    r7d20461 r25effe2  
    7979    const usb_dp_parser_data_t *, const uint8_t *, const uint8_t *);
    8080
    81 void usb_dp_walk_simple(uint8_t *, size_t, const usb_dp_descriptor_nesting_t *,
    82     walk_callback_t, void *);
     81void usb_dp_walk_simple(const uint8_t *, size_t,
     82    const usb_dp_descriptor_nesting_t *, walk_callback_t, void *);
    8383
    8484#endif
Note: See TracChangeset for help on using the changeset viewer.