4 * USBIP uapi defines and function prototypes etc.
7 #ifndef _UAPI_LINUX_USBIP_H
8 #define _UAPI_LINUX_USBIP_H
10 /* usbip device status - exported in usbip device sysfs status */
11 enum usbip_device_status
{
12 /* sdev is available. */
13 SDEV_ST_AVAILABLE
= 0x01,
14 /* sdev is now used. */
16 /* sdev is unusable because of a fatal error. */
19 /* vdev does not connect a remote device. */
21 /* vdev is used, but the USB address is not assigned yet */
26 #endif /* _UAPI_LINUX_USBIP_H */