Changeset 1ecc5de in mainline for uspace/drv/bus/usb/ohci/hc.h
- Timestamp:
- 2011-07-10T20:43:22Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2e8a01b
- Parents:
- 2bc7122
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hc.h
r2bc7122 r1ecc5de 86 86 } hc_t; 87 87 88 int hc_register_hub(hc_t *instance, ddf_fun_t *hub_fun); 88 size_t hc_irq_cmd_count(void); 89 int hc_get_irq_commands( 90 irq_cmd_t cmds[], size_t cmd_size, uintptr_t regs, size_t reg_size); 89 91 int hc_init(hc_t *instance, uintptr_t regs, size_t reg_size, bool interrupts); 90 92 void hc_start_hw(hc_t *instance); 93 int hc_register_hub(hc_t *instance, ddf_fun_t *hub_fun); 91 94 92 95 /** Safely dispose host controller internal structures
Note:
See TracChangeset
for help on using the changeset viewer.