Changeset 8e5ce07 in mainline for uspace/lib/usb/src
- Timestamp:
 - 2011-10-12T16:34:22Z (14 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - aa1922c
 - Parents:
 - 96646a6
 - File:
 - 
      
- 1 edited
 
- 
          
  uspace/lib/usb/src/hc.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/lib/usb/src/hc.c
r96646a6 r8e5ce07 50 50 */ 51 51 int usb_hc_connection_initialize_from_device(usb_hc_connection_t *connection, 52 ddf_dev_t *device)52 const ddf_dev_t *device) 53 53 { 54 54 assert(connection);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  