Changeset e26a9d95 in mainline for uspace/drv/bus/usb/uhci/hc.h
- Timestamp:
- 2014-01-18T17:14:42Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3e200736
- Parents:
- 19b3cc6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hc.h
r19b3cc6 re26a9d95 127 127 } hc_t; 128 128 129 int hc_gen_irq_code(irq_code_t *code, const hw_res_list_parsed_t *hw_res);130 void hc_interrupt(hc_t *instance, uint16_t status);131 129 int hc_init(hc_t *instance, const hw_res_list_parsed_t *hw_res, bool interupts); 132 130 void hc_fini(hc_t *instance); 131 int hc_gen_irq_code(irq_code_t *code, const hw_res_list_parsed_t *hw_res); 132 133 void hc_interrupt(hc_t *instance, uint16_t status); 134 int hc_status(hcd_t *hcd, uint32_t *status); 133 135 int hc_schedule(hcd_t *hcd, usb_transfer_batch_t *batch); 134 136
Note:
See TracChangeset
for help on using the changeset viewer.