Changeset 5828554 in mainline for uspace/drv/bus/usb/uhci/root_hub.h


Ignore:
Timestamp:
2014-01-19T14:37:22Z (10 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cf982ff
Parents:
2f591127 (diff), 476f62c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhci/root_hub.h

    r2f591127 r5828554  
    3838#include <ddf/driver.h>
    3939#include <ops/hw_res.h>
     40#include <ops/pio_window.h>
    4041
    4142/** DDF support structure for uhci_rhd driver, provides I/O resources */
     
    4546        /** The only resource in the RH resource list */
    4647        hw_resource_t io_regs;
     48        /** PIO window in which the RH will operate. */
     49        pio_window_t pio_window;       
    4750} rh_t;
    4851
    49 int rh_init(
    50     rh_t *instance, ddf_fun_t *fun, uintptr_t reg_addr, size_t reg_size);
     52extern int rh_init(rh_t *, ddf_fun_t *, addr_range_t *, uintptr_t, size_t);
    5153
    5254#endif
Note: See TracChangeset for help on using the changeset viewer.