#include <errno.h>
#include <str_error.h>
#include <ddi.h>
#include <usb/debug.h>
#include "root_hub.h"
Go to the source code of this file.
Functions | |
| void | uhci_root_hub_fini (uhci_root_hub_t *instance) |
| Cleanup UHCI root hub instance. | |
| int | uhci_root_hub_init (uhci_root_hub_t *instance, void *addr, size_t size, ddf_dev_t *rh) |
| Initialize UHCI root hub instance. | |
Definition in file root_hub.c.
1.4.7