#ifndef _UAPI_LINUX_USBIP_H
#define _UAPI_LINUX_USBIP_H
enum usbip_device_status { … };
#define USBIP_URB_SHORT_NOT_OK …
#define USBIP_URB_ISO_ASAP …
#define USBIP_URB_NO_TRANSFER_DMA_MAP …
#define USBIP_URB_ZERO_PACKET …
#define USBIP_URB_NO_INTERRUPT …
#define USBIP_URB_FREE_BUFFER …
#define USBIP_URB_DIR_IN …
#define USBIP_URB_DIR_OUT …
#define USBIP_URB_DIR_MASK …
#define USBIP_URB_DMA_MAP_SINGLE …
#define USBIP_URB_DMA_MAP_PAGE …
#define USBIP_URB_DMA_MAP_SG …
#define USBIP_URB_MAP_LOCAL …
#define USBIP_URB_SETUP_MAP_SINGLE …
#define USBIP_URB_SETUP_MAP_LOCAL …
#define USBIP_URB_DMA_SG_COMBINED …
#define USBIP_URB_ALIGNED_TEMP_BUFFER …
#endif