#include <ddf/driver.h>
#include <ops/hw_res.h>
Go to the source code of this file.
Data Structures | |
struct | rh |
ohci root hub representation More... | |
Typedefs | |
typedef rh | rh_t |
DDF support structure for uhci-rhd driver, provides I/O resources. | |
Functions | |
int | rh_init (rh_t *instance, ddf_fun_t *fun, uintptr_t reg_addr, size_t reg_size) |
Root hub initialization. |
Definition in file root_hub.h.