|
Linux Kernel
3.7.1
|
#include <sysfs/libsysfs.h>#include <errno.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <getopt.h>#include "usbip_common.h"#include "utils.h"#include "usbip.h"Go to the source code of this file.
Enumerations | |
| enum | unbind_status { UNBIND_ST_OK, UNBIND_ST_USBIP_HOST, UNBIND_ST_FAILED } |
Functions | |
| void | usbip_bind_usage (void) |
| int | usbip_bind (int argc, char *argv[]) |
| enum unbind_status |
Definition at line 32 of file usbip_bind.c.
Definition at line 248 of file usbip_bind.c.
Definition at line 43 of file usbip_bind.c.
1.8.2