Changeset 25effe2 in mainline for uspace/lib/usbdev/include/usb/dev/dp.h
- Timestamp:
- 2013-01-27T12:39:35Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5b401b9
- Parents:
- 7d20461
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/include/usb/dev/dp.h
r7d20461 r25effe2 79 79 const usb_dp_parser_data_t *, const uint8_t *, const uint8_t *); 80 80 81 void usb_dp_walk_simple( uint8_t *, size_t, const usb_dp_descriptor_nesting_t *,82 walk_callback_t, void *);81 void usb_dp_walk_simple(const uint8_t *, size_t, 82 const usb_dp_descriptor_nesting_t *, walk_callback_t, void *); 83 83 84 84 #endif
Note:
See TracChangeset
for help on using the changeset viewer.