#include <ddf/driver.h>
#include <errno.h>
#include <str_error.h>
#include <usb/ddfiface.h>
#include <usb/debug.h>
#include "uhci.h"
Go to the source code of this file.
Defines | |
| #define | NAME "uhci-hcd" |
Functions | |
| int | main (int argc, char *argv[]) |
| Main entry point. | |
| static int | uhci_add_device (ddf_dev_t *device) |
| Initialize a new ddf driver instance for uhci hc and hub. | |
Variables | |
| static driver_t | uhci_driver |
| static driver_ops_t | uhci_driver_ops |
Definition in file main.c.
1.4.7