Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
usbip_attach.c File Reference
#include <sys/stat.h>
#include <sysfs/libsysfs.h>
#include <limits.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <fcntl.h>
#include <getopt.h>
#include <unistd.h>
#include "vhci_driver.h"
#include "usbip_common.h"
#include "usbip_network.h"
#include "usbip.h"

Go to the source code of this file.

Macros

#define MAX_BUFF   100
 

Functions

void usbip_attach_usage (void)
 
int usbip_attach (int argc, char *argv[])
 

Macro Definition Documentation

#define MAX_BUFF   100

Definition at line 46 of file usbip_attach.c.

Function Documentation

int usbip_attach ( int  argc,
char argv[] 
)

Definition at line 190 of file usbip_attach.c.

void usbip_attach_usage ( void  )

Definition at line 41 of file usbip_attach.c.