#include <errno.h>
#include <str.h>
#include <stdio.h>
#include <assert.h>
#include <async.h>
#include <devman.h>
#include <usbvirt/device.h>
#include <usbvirt/ipc.h>
#include <usb/debug.h>
Go to the source code of this file.
Functions | |
| static void | callback_connection (ipc_callid_t iid, ipc_call_t *icall) | 
| Main IPC call handling from virtual host controller.   | |
| int | usbvirt_device_plug (usbvirt_device_t *dev, const char *vhc_path) | 
| Connect the device to the virtual host controller.   | |
| void | usbvirt_device_unplug (usbvirt_device_t *dev) | 
| Disconnect the device from virtual host controller.   | |
Variables | |
| static usbvirt_device_t * | DEV = NULL | 
| Current device.  | |
Definition in file device.c.
 1.4.7