2017-11-03 11:28:30 +01:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
2014-09-09 01:02:09 +02:00
|
|
|
/*
|
|
|
|
* uvc_v4l2.h -- USB Video Class Gadget driver
|
|
|
|
*
|
|
|
|
* Copyright (C) 2009-2010
|
|
|
|
* Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
|
|
|
*
|
|
|
|
* Copyright (c) 2013 Samsung Electronics Co., Ltd.
|
|
|
|
* http://www.samsung.com
|
|
|
|
* Author: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __UVC_V4L2_H__
|
|
|
|
#define __UVC_V4L2_H__
|
|
|
|
|
|
|
|
extern const struct v4l2_ioctl_ops uvc_v4l2_ioctl_ops;
|
2017-09-27 19:27:07 +02:00
|
|
|
extern const struct v4l2_file_operations uvc_v4l2_fops;
|
2014-09-09 01:02:09 +02:00
|
|
|
|
|
|
|
#endif /* __UVC_V4L2_H__ */
|