Changes in uspace/app/usbinfo/usbinfo.h [8a121b1:051f96b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/usbinfo/usbinfo.h
r8a121b1 r051f96b 74 74 void destroy_device(usbinfo_device_t *); 75 75 76 typedef void (*dump_descriptor_in_tree_t)( constuint8_t *, size_t, void *);76 typedef void (*dump_descriptor_in_tree_t)(uint8_t *, size_t, void *); 77 77 void browse_descriptor_tree(uint8_t *, size_t, usb_dp_descriptor_nesting_t *, 78 78 dump_descriptor_in_tree_t, size_t, void *);
Note:
See TracChangeset
for help on using the changeset viewer.