Changeset ba4a03a5 in mainline for uspace/drv/bus/usb/ohci/hc.h
- Timestamp:
- 2013-12-31T23:11:00Z (11 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/ohci/hc.h
re3a07bba rba4a03a5 75 75 } hc_t; 76 76 77 int hc_gen_irq_code(irq_code_t *code, addr_range_t *regs);77 int hc_gen_irq_code(irq_code_t *code, const hw_res_list_parsed_t *hw_res); 78 78 int hc_register_hub(hc_t *instance, ddf_fun_t *hub_fun); 79 79 int hc_init(hc_t *instance, addr_range_t *regs, bool interrupts);
Note:
See TracChangeset
for help on using the changeset viewer.