Changeset bd05140 in mainline for uspace/lib/usbhost
- Timestamp:
 - 2017-12-14T15:31:02Z (8 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - 6832245
 - Parents:
 - 10cd715
 - File:
 - 
      
- 1 edited
 
- 
          
  uspace/lib/usbhost/include/usb/host/hcd.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/lib/usbhost/include/usb/host/hcd.h
r10cd715 rbd05140 52 52 typedef void (*interrupt_hook_t)(hcd_t *, uint32_t); 53 53 typedef int (*status_hook_t)(hcd_t *, uint32_t *); 54 typedef int (*address_device_hook_t)(hcd_t *, usb_speed_t, usb_tt_address_t, usb_address_t *);55 54 56 55 typedef struct { … … 61 60 /** Periodic polling hook */ 62 61 status_hook_t status_hook; 63 /** Hook to setup device address */64 address_device_hook_t address_device;65 62 } hcd_ops_t; 66 63  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  