Changeset 620c710 in mainline for uspace/drv/bus/usb/ohci/hc.h
- Timestamp:
- 2011-08-25T14:21:57Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 961c29e8
- Parents:
- e20eaed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hc.h
re20eaed r620c710 84 84 int hc_get_irq_commands( 85 85 irq_cmd_t cmds[], size_t cmd_size, uintptr_t regs, size_t reg_size); 86 int hc_register_hub(hc_t *instance, ddf_fun_t *hub_fun); 86 87 int hc_init(hc_t *instance, uintptr_t regs, size_t reg_size, bool interrupts); 87 int hc_register_hub(hc_t *instance, ddf_fun_t *hub_fun);88 88 89 89 /** Safely dispose host controller internal structures … … 93 93 static inline void hc_fini(hc_t *instance) 94 94 { /* TODO: implement*/ }; 95 96 void hc_enqueue_endpoint(hc_t *instance, endpoint_t *ep); 97 void hc_dequeue_endpoint(hc_t *instance, endpoint_t *ep); 95 98 96 99 int hc_add_endpoint(hc_t *instance, usb_address_t address, usb_endpoint_t ep,
Note:
See TracChangeset
for help on using the changeset viewer.