Ignore:
File:
1 edited

Legend:

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

    r9d58539 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.