Changeset 7813516 in mainline for uspace/drv/bus/usb/uhci/hc.h
- Timestamp:
- 2014-01-01T01:19:10Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7191992
- Parents:
- d1df381
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hc.h
rd1df381 r7813516 129 129 int hc_gen_irq_code(irq_code_t *code, const hw_res_list_parsed_t *hw_res); 130 130 void hc_interrupt(hc_t *instance, uint16_t status); 131 int hc_init(hc_t *instance, addr_range_t *regs, bool interupts); 131 int hc_init(hc_t *instance, const hw_res_list_parsed_t *hw_res, bool interupts); 132 void hc_fini(hc_t *instance); 132 133 int hc_schedule(hcd_t *hcd, usb_transfer_batch_t *batch); 133 134 134 /** Safely dispose host controller internal structures135 *136 * @param[in] instance Host controller structure to use.137 */138 static inline void hc_fini(hc_t *instance) {} /* TODO: implement*/139 135 #endif 140 136
Note:
See TracChangeset
for help on using the changeset viewer.