Changes in uspace/app/usbinfo/usbinfo.h [03e02248:2c5cefa] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/usbinfo/usbinfo.h
r03e02248 r2c5cefa 39 39 #include <usb/descriptor.h> 40 40 #include <usb/debug.h> 41 #include <ipc/devman.h>42 41 43 42 … … 45 44 46 45 void dump_buffer(const char *, const uint8_t *, size_t); 47 void dump_match_ids(match_id_list_t *matches);48 46 void dump_standard_device_descriptor(usb_standard_device_descriptor_t *); 49 47 void dump_standard_configuration_descriptor(int,
Note:
See TracChangeset
for help on using the changeset viewer.