Changeset 43f698b in mainline for uspace/lib/usb/include/usb/pipes.h


Ignore:
Timestamp:
2011-01-30T21:41:53Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
54b5625
Parents:
6865243c
Message:

Add prototype implementation of endpoint pipe functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/pipes.h

    r6865243c r43f698b  
    4949        /** Handle of the host controller device is connected to. */
    5050        devman_handle_t hc_handle;
     51        /** Address of the device. */
     52        usb_address_t address;
    5153} usb_device_connection_t;
    5254
Note: See TracChangeset for help on using the changeset viewer.