Changeset 43f698b in mainline for uspace/lib/usb/include
- Timestamp:
- 2011-01-30T21:41:53Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 54b5625
- Parents:
- 6865243c
- Location:
- uspace/lib/usb/include/usb
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/pipes.h
r6865243c r43f698b 49 49 /** Handle of the host controller device is connected to. */ 50 50 devman_handle_t hc_handle; 51 /** Address of the device. */ 52 usb_address_t address; 51 53 } usb_device_connection_t; 52 54 -
uspace/lib/usb/include/usb/usb.h
r6865243c r43f698b 52 52 typedef enum { 53 53 USB_DIRECTION_IN, 54 USB_DIRECTION_OUT 54 USB_DIRECTION_OUT, 55 USB_DIRECTION_BOTH 55 56 } usb_direction_t; 56 57
Note:
See TracChangeset
for help on using the changeset viewer.
