Changeset ba4a03a5 in mainline for uspace/drv/bus/usb/uhci/hc.h
- Timestamp:
- 2013-12-31T23:11:00Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d1df381
- Parents:
- e3a07bba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hc.h
re3a07bba rba4a03a5 127 127 } hc_t; 128 128 129 int hc_gen_irq_code(irq_code_t *code, addr_range_t *regs);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 131 int hc_init(hc_t *instance, addr_range_t *regs, bool interupts);
Note:
See TracChangeset
for help on using the changeset viewer.