Changeset 23c7f4d in mainline for uspace/lib/usb/src/pipes.c
- Timestamp:
- 2011-02-01T23:07:03Z (12 years ago)
- Branches:
- lfn, master, serial
- Children:
- 3e9074f
- Parents:
- a4a8cca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/pipes.c
ra4a8cca r23c7f4d 60 60 * @return Error code. 61 61 */ 62 int usb_device_connection_initialize (usb_device_connection_t *connection,63 device_t *device)62 int usb_device_connection_initialize_from_device( 63 usb_device_connection_t *connection, device_t *device) 64 64 { 65 65 assert(connection);
Note: See TracChangeset
for help on using the changeset viewer.