#include <devmap.h>
#include <async.h>
#include <unistd.h>
#include <stdlib.h>
#include <sysinfo.h>
#include <stdio.h>
#include <errno.h>
#include <str_error.h>
#include <ddf/driver.h>
#include <usb/usb.h>
#include <usb/ddfiface.h>
#include <usb_iface.h>
#include "vhcd.h"
#include "hub.h"
#include "conn.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Main entry point. | |
static int | vhc_add_device (ddf_dev_t *dev) |
Variables | |
static driver_t | vhc_driver |
static driver_ops_t | vhc_driver_ops |
static ddf_dev_ops_t | vhc_ops |
Definition in file main.c.