Changeset 7813516 in mainline for uspace/drv/bus/usb/uhci/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/uhci/hc.h

    rd1df381 r7813516  
    129129int hc_gen_irq_code(irq_code_t *code, const hw_res_list_parsed_t *hw_res);
    130130void hc_interrupt(hc_t *instance, uint16_t status);
    131 int hc_init(hc_t *instance, addr_range_t *regs, bool interupts);
     131int hc_init(hc_t *instance, const hw_res_list_parsed_t *hw_res, bool interupts);
     132void hc_fini(hc_t *instance);
    132133int hc_schedule(hcd_t *hcd, usb_transfer_batch_t *batch);
    133134
    134 /** Safely dispose host controller internal structures
    135  *
    136  * @param[in] instance Host controller structure to use.
    137  */
    138 static inline void hc_fini(hc_t *instance) {} /* TODO: implement*/
    139135#endif
    140136
Note: See TracChangeset for help on using the changeset viewer.