]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/usb/gadget/function/uvc_v4l2.h
USB: add SPDX identifiers to all remaining files in drivers/usb/
[mirror_ubuntu-jammy-kernel.git] / drivers / usb / gadget / function / uvc_v4l2.h
CommitLineData
5fd54ace 1// SPDX-License-Identifier: GPL-2.0
3a83c16e
AP
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 <andrzej.p@samsung.com>
11 *
12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License version 2 as
14 * published by the Free Software Foundation.
15 */
16
17#ifndef __UVC_V4L2_H__
18#define __UVC_V4L2_H__
19
20extern const struct v4l2_ioctl_ops uvc_v4l2_ioctl_ops;
87e981d5 21extern const struct v4l2_file_operations uvc_v4l2_fops;
3a83c16e
AP
22
23#endif /* __UVC_V4L2_H__ */