Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/linux
File: usbip.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
[0] Fix | Delete
/*
[1] Fix | Delete
* usbip.h
[2] Fix | Delete
*
[3] Fix | Delete
* USBIP uapi defines and function prototypes etc.
[4] Fix | Delete
*/
[5] Fix | Delete
[6] Fix | Delete
#ifndef _LINUX_USBIP_H
[7] Fix | Delete
#define _LINUX_USBIP_H
[8] Fix | Delete
[9] Fix | Delete
/* usbip device status - exported in usbip device sysfs status */
[10] Fix | Delete
enum usbip_device_status {
[11] Fix | Delete
/* sdev is available. */
[12] Fix | Delete
SDEV_ST_AVAILABLE = 0x01,
[13] Fix | Delete
/* sdev is now used. */
[14] Fix | Delete
SDEV_ST_USED,
[15] Fix | Delete
/* sdev is unusable because of a fatal error. */
[16] Fix | Delete
SDEV_ST_ERROR,
[17] Fix | Delete
[18] Fix | Delete
/* vdev does not connect a remote device. */
[19] Fix | Delete
VDEV_ST_NULL,
[20] Fix | Delete
/* vdev is used, but the USB address is not assigned yet */
[21] Fix | Delete
VDEV_ST_NOTASSIGNED,
[22] Fix | Delete
VDEV_ST_USED,
[23] Fix | Delete
VDEV_ST_ERROR
[24] Fix | Delete
};
[25] Fix | Delete
#endif /* _LINUX_USBIP_H */
[26] Fix | Delete
[27] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function