Changes in uspace/app/usbinfo/usbinfo.h [a12917e:6fe1ab4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/usbinfo/usbinfo.h
ra12917e r6fe1ab4 27 27 */ 28 28 29 /** @addtogroup usb info29 /** @addtogroup usb 30 30 * @{ 31 31 */ 32 32 /** @file 33 * Common header for usbinfo application.33 * @brief Common header for usbinfo application. 34 34 */ 35 35 #ifndef USBINFO_USBINFO_H_ … … 47 47 void dump_match_ids(match_id_list_t *matches); 48 48 void dump_usb_descriptor(uint8_t *, size_t); 49 int dump_device( devman_handle_t, usb_address_t);49 int dump_device(int, usb_address_t); 50 50 void dump_descriptor_tree(uint8_t *, size_t); 51 51
Note:
See TracChangeset
for help on using the changeset viewer.