Changes in uspace/lib/usbdev/include/usb/dev/dp.h [9d58539:c01987c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/include/usb/dev/dp.h
r9d58539 rc01987c 37 37 38 38 #include <sys/types.h> 39 #include <usb/usb.h>40 #include <usb/descriptor.h>41 39 42 40 /** USB descriptors nesting. … … 79 77 const usb_dp_parser_data_t *, const uint8_t *, const uint8_t *); 80 78 81 void usb_dp_walk_simple( uint8_t *, size_t, const usb_dp_descriptor_nesting_t *,82 walk_callback_t, void *);79 void usb_dp_walk_simple(const uint8_t *, size_t, 80 const usb_dp_descriptor_nesting_t *, walk_callback_t, void *); 83 81 84 82 #endif
Note:
See TracChangeset
for help on using the changeset viewer.