]> Git Repo - linux.git/blob - drivers/usb/gadget/function/uvc_v4l2.h
Merge branch 'clockevents/3.19' of http://git.linaro.org/people/daniel.lezcano/linux...
[linux.git] / drivers / usb / gadget / function / uvc_v4l2.h
1 /*
2  *      uvc_v4l2.h  --  USB Video Class Gadget driver
3  *
4  * Copyright (C) 2009-2010
5  *              Laurent Pinchart ([email protected])
6  *
7  * Copyright (c) 2013 Samsung Electronics Co., Ltd.
8  *              http://www.samsung.com
9  *              Author: Andrzej Pietrasiewicz <[email protected]>
10  *
11  * This program is free software; you can redistribute it and/or modify
12  * it under the terms of the GNU General Public License version 2 as
13  * published by the Free Software Foundation.
14  */
15
16 #ifndef __UVC_V4L2_H__
17 #define __UVC_V4L2_H__
18
19 extern const struct v4l2_ioctl_ops uvc_v4l2_ioctl_ops;
20 extern struct v4l2_file_operations uvc_v4l2_fops;
21
22 #endif /* __UVC_V4L2_H__ */
This page took 0.032277 seconds and 4 git commands to generate.