linux/include/uapi/linux/usb/g_uvc.h

/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
/*
 * g_uvc.h  --  USB Video Class Gadget driver API
 *
 * Copyright (C) 2009-2010 Laurent Pinchart <[email protected]>
 */

#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 /* __LINUX_USB_G_UVC_H */