#include <assert.h>
#include <errno.h>
#include <str_error.h>
#include <stdio.h>
#include <usb/debug.h>
#include "root_hub.h"
Go to the source code of this file.
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.c.