Merge tag 'linux-can-next-for-4.12-20170427' of git://git.kernel.org/pub/scm/linux...
[linux-2.6/btrfs-unstable.git] / include / uapi / linux / usbip.h
blobfa5db30ede36bfb7fd8855ababc0a1df40e5be3b
1 /*
2 * usbip.h
4 * USBIP uapi defines and function prototypes etc.
5 */
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. */
15 SDEV_ST_USED,
16 /* sdev is unusable because of a fatal error. */
17 SDEV_ST_ERROR,
19 /* vdev does not connect a remote device. */
20 VDEV_ST_NULL,
21 /* vdev is used, but the USB address is not assigned yet */
22 VDEV_ST_NOTASSIGNED,
23 VDEV_ST_USED,
24 VDEV_ST_ERROR
26 #endif /* _UAPI_LINUX_USBIP_H */