Changeset d51ba359 in mainline for uspace/lib/usbhost/include
- Timestamp:
 - 2015-07-04T01:51:01Z (10 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - 2dbfe44
 - Parents:
 - a799708
 - File:
 - 
      
- 1 edited
 
- 
          
  uspace/lib/usbhost/include/usb/host/ddf_helpers.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/lib/usbhost/include/usb/host/ddf_helpers.h
ra799708 rd51ba359 77 77 int (*gen_irq_code)(irq_code_t *, const hw_res_list_parsed_t *)); 78 78 void ddf_hcd_gen_irq_handler(ipc_callid_t iid, ipc_call_t *call, ddf_dev_t *dev); 79 int ddf_hcd_device_setup_all(ddf_dev_t *device, usb_speed_t speed, size_t bw,80 bw_count_func_t bw_count,81 interrupt_handler_t irq_handler,82 int (*gen_irq_code)(irq_code_t *, const hw_res_list_parsed_t *hw_res),83 int (*driver_init)(hcd_t *, const hw_res_list_parsed_t *, bool),84 void (*driver_fini)(hcd_t *));85 79 86 80 #endif  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  