#ifndef __LINUX_USB_G_UVC_H
#define __LINUX_USB_G_UVC_H
#include <linux/ioctl.h>
#include <linux/types.h>
#include <linux/usb/ch9.h>
#define UVC_EVENT_FIRST …
#define UVC_EVENT_CONNECT …
#define UVC_EVENT_DISCONNECT …
#define UVC_EVENT_STREAMON …
#define UVC_EVENT_STREAMOFF …
#define UVC_EVENT_SETUP …
#define UVC_EVENT_DATA …
#define UVC_EVENT_LAST …
#define UVC_STRING_CONTROL_IDX …
#define UVC_STRING_STREAMING_IDX …
struct uvc_request_data { … };
struct uvc_event { … };
#define UVCIOC_SEND_RESPONSE …
#endif