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