/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
* USBIP uapi defines and function prototypes etc.
/* usbip device status - exported in usbip device sysfs status */
enum usbip_device_status {
SDEV_ST_AVAILABLE = 0x01,
/* sdev is unusable because of a fatal error. */
/* vdev does not connect a remote device. */
/* vdev is used, but the USB address is not assigned yet */
#endif /* _LINUX_USBIP_H */