Changes in uspace/lib/usbdev/src/dp.c [c01987c:3e6a98c5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/src/dp.c
rc01987c r3e6a98c5 41 41 * sibling. 42 42 */ 43 #include <stdio.h> 44 #include <str_error.h> 45 #include <errno.h> 46 #include <assert.h> 47 #include <stdbool.h> 43 48 #include <usb/dev/dp.h> 44 49 #include <usb/descriptor.h> 45 46 #include <assert.h>47 #include <errno.h>48 #include <stdlib.h>49 #include <stdbool.h>50 #include <sys/types.h>51 50 52 51 #define NESTING(parentname, childname) \ … … 305 304 * @param arg Custom (user) argument. 306 305 */ 307 void usb_dp_walk_simple( constuint8_t *descriptors, size_t descriptors_size,306 void usb_dp_walk_simple(uint8_t *descriptors, size_t descriptors_size, 308 307 const usb_dp_descriptor_nesting_t *descriptor_nesting, 309 308 walk_callback_t callback, void *arg)
Note:
See TracChangeset
for help on using the changeset viewer.