Changeset 0f6b50f in mainline for uspace/drv/bus/usb/xhci/hc.h


Ignore:
Timestamp:
2017-10-19T20:00:08Z (7 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1fd2f81
Parents:
60af4cdb
Message:

Added DDF device to HCD initialization to prepare RH data structures before it is started.

File:
1 edited

Legend:

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

    r60af4cdb r0f6b50f  
    8989
    9090int hc_init_mmio(xhci_hc_t *, const hw_res_list_parsed_t *);
    91 int hc_init_memory(xhci_hc_t *);
     91int hc_init_memory(xhci_hc_t *, ddf_dev_t *);
    9292int hc_claim(xhci_hc_t *, ddf_dev_t *);
    9393int hc_irq_code_gen(irq_code_t *, xhci_hc_t *, const hw_res_list_parsed_t *);
Note: See TracChangeset for help on using the changeset viewer.