/* * USB Miscellaneous Device Class definitions * * Ref: http://www.usb.org/developers/defined_class/#BaseClassEFh */ #ifndef __UAPI_LINUX_USB_MISC_H #define __UAPI_LINUX_USB_MISC_H #define USB_MISC_SUBCLASS_RNDIS 0x04 #define USB_MISC_RNDIS_PROTO_ENET 0x01 #endif /* __UAPI_LINUX_USB_MISC_H */