Changeset c9e954c in mainline for uspace/drv/bus/usb/ehci/hc.h
- Timestamp:
- 2014-01-18T22:37:06Z (9 years ago)
- Branches:
- lfn, master, serial
- Children:
- 615abda
- Parents:
- fccf289
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/hc.h
rfccf289 rc9e954c 71 71 } hc_t; 72 72 73 int hc_gen_irq_code(irq_code_t *code, const hw_res_list_parsed_t *hw_res);74 int hc_register_hub(hc_t *instance, ddf_fun_t *hub_fun);75 73 int hc_init(hc_t *instance, const hw_res_list_parsed_t *hw_res, bool interrupts); 76 74 void hc_fini(hc_t *instance); … … 79 77 void hc_dequeue_endpoint(hc_t *instance, const endpoint_t *ep); 80 78 81 int hc_schedule(hcd_t *hcd, usb_transfer_batch_t *batch); 82 void hc_interrupt(hcd_t *hcd, uint32_t status); 79 int ehci_hc_gen_irq_code(irq_code_t *code, const hw_res_list_parsed_t *hw_res); 80 81 void ehci_hc_interrupt(hcd_t *hcd, uint32_t status); 82 int ehci_hc_status(hcd_t *hcd, uint32_t *status); 83 int ehci_hc_schedule(hcd_t *hcd, usb_transfer_batch_t *batch); 83 84 #endif 84 85 /**
Note: See TracChangeset
for help on using the changeset viewer.