Loading...
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 (laurent.pinchart@ideasonboard.com)
7 *
8 * Copyright (c) 2013 Samsung Electronics Co., Ltd.
9 * http://www.samsung.com
10 * Author: Andrzej Pietrasiewicz <andrzejtp2010@gmail.com>
11 */
12
13#ifndef __UVC_V4L2_H__
14#define __UVC_V4L2_H__
15
16extern const struct v4l2_ioctl_ops uvc_v4l2_ioctl_ops;
17extern const struct v4l2_file_operations uvc_v4l2_fops;
18
19#endif /* __UVC_V4L2_H__ */
1/*
2 * uvc_v4l2.h -- USB Video Class Gadget driver
3 *
4 * Copyright (C) 2009-2010
5 * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
6 *
7 * Copyright (c) 2013 Samsung Electronics Co., Ltd.
8 * http://www.samsung.com
9 * Author: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
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
19extern const struct v4l2_ioctl_ops uvc_v4l2_ioctl_ops;
20extern struct v4l2_file_operations uvc_v4l2_fops;
21
22#endif /* __UVC_V4L2_H__ */