#include <ddf/driver.h>
#include "port.h"
Go to the source code of this file.
Data Structures | |
| struct | root_hub |
| UHCI root hub drvier structure. More... | |
Defines | |
| #define | ROOT_HUB_WAIT_USEC 250000 |
| #define | UHCI_ROOT_HUB_PORT_COUNT 2 |
Typedefs | |
| typedef root_hub | uhci_root_hub_t |
| UHCI root hub drvier structure. | |
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.h.
1.4.7