Changeset 7813516 in mainline for uspace/drv/bus/usb/ohci/hc.h


Ignore:
Timestamp:
2014-01-01T01:19:10Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7191992
Parents:
d1df381
Message:

uhci,ohci,ehci: Use all hw resources to initialize HC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ohci/hc.h

    rd1df381 r7813516  
    7777int hc_gen_irq_code(irq_code_t *code, const hw_res_list_parsed_t *hw_res);
    7878int hc_register_hub(hc_t *instance, ddf_fun_t *hub_fun);
    79 int hc_init(hc_t *instance, addr_range_t *regs, bool interrupts);
    80 
    81 /** Safely dispose host controller internal structures
    82  *
    83  * @param[in] instance Host controller structure to use.
    84  */
    85 static inline void hc_fini(hc_t *instance) { /* TODO: implement*/ };
     79int hc_init(hc_t *instance, const hw_res_list_parsed_t *hw_res, bool interrupts);
     80void hc_fini(hc_t *instance);
    8681
    8782void hc_enqueue_endpoint(hc_t *instance, const endpoint_t *ep);
Note: See TracChangeset for help on using the changeset viewer.