• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * This header was generated from the Linux kernel headers by update_headers.py,
3  * to provide necessary information from kernel to userspace, such as constants,
4  * structures, and macros, and thus, contains no copyrightable information.
5  */
6 #ifndef _UAPI_LINUX_USBIP_H
7 #define _UAPI_LINUX_USBIP_H
8 enum usbip_device_status {
9 
10 	SDEV_ST_AVAILABLE = 0x01,
11 
12 	SDEV_ST_USED,
13 
14 	SDEV_ST_ERROR,
15 
16 	VDEV_ST_NULL,
17 
18 	VDEV_ST_NOTASSIGNED,
19 	VDEV_ST_USED,
20 	VDEV_ST_ERROR
21 };
22 #endif
23