#include <ddf/driver.h>
#include <errno.h>
#include <str_error.h>
#include <usb/debug.h>
#include "ohci.h"
Go to the source code of this file.
Defines | |
#define | NAME "ohci" |
Functions | |
int | main (int argc, char *argv[]) |
Main entry point. | |
static int | ohci_add_device (ddf_dev_t *device) |
Initializes a new ddf driver instance of OHCI hcd. | |
Variables | |
static driver_t | ohci_driver |
static driver_ops_t | ohci_driver_ops |
Definition in file main.c.