]> Git Repo - linux.git/blob - drivers/usb/gadget/function/uvc_v4l2.h
ASoC: simple-card: Use snd_soc_of_parse_aux_devs()
[linux.git] / drivers / usb / gadget / function / uvc_v4l2.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  *      uvc_v4l2.h  --  USB Video Class Gadget driver
4  *
5  * Copyright (C) 2009-2010
6  *              Laurent Pinchart ([email protected])
7  *
8  * Copyright (c) 2013 Samsung Electronics Co., Ltd.
9  *              http://www.samsung.com
10  *              Author: Andrzej Pietrasiewicz <[email protected]>
11  */
12
13 #ifndef __UVC_V4L2_H__
14 #define __UVC_V4L2_H__
15
16 extern const struct v4l2_ioctl_ops uvc_v4l2_ioctl_ops;
17 extern const struct v4l2_file_operations uvc_v4l2_fops;
18
19 #endif /* __UVC_V4L2_H__ */
This page took 0.034104 seconds and 4 git commands to generate.