Changes in uspace/app/usbinfo/usbinfo.h [8a121b1:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/app/usbinfo/usbinfo.h ¶
r8a121b1 r9d58539 44 44 45 45 typedef struct { 46 usb_hc_connection_t hc_conn; 47 usb_device_connection_t wire; 46 48 usb_pipe_t ctrl_pipe; 47 usb_device_connection_t wire;48 49 usb_standard_device_descriptor_t device_descriptor; 49 50 uint8_t *full_configuration_descriptor;
Note:
See TracChangeset
for help on using the changeset viewer.