Linux Kernel
3.7.1
|
#include <vhci_driver.h>
Data Fields | |
char | sysfs_mntpath [SYSFS_PATH_MAX] |
struct sysfs_device * | hc_device |
struct dlist * | cdev_list |
int | nports |
struct usbip_imported_device | idev [MAXNPORT] |
Definition at line 35 of file vhci_driver.h.
struct dlist* cdev_list |
Definition at line 42 of file vhci_driver.h.
struct sysfs_device* hc_device |
Definition at line 39 of file vhci_driver.h.
Definition at line 45 of file vhci_driver.h.
int nports |
Definition at line 44 of file vhci_driver.h.
char sysfs_mntpath[SYSFS_PATH_MAX] |
Definition at line 36 of file vhci_driver.h.