Changes in uspace/app/usbinfo/usbinfo.h [6fe1ab4:a12917e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/usbinfo/usbinfo.h
r6fe1ab4 ra12917e 27 27 */ 28 28 29 /** @addtogroup usb 29 /** @addtogroup usbinfo 30 30 * @{ 31 31 */ 32 32 /** @file 33 * @briefCommon header for usbinfo application.33 * 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( int, usb_address_t);49 int dump_device(devman_handle_t, 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.