Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / drivers / usb / gadget / function / uvc_video.h
blob6c20aa75f966f846b3fde1c71e13291e9429058a
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * uvc_video.h -- USB Video Class Gadget driver
5 * Copyright (C) 2009-2010
6 * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
8 * Copyright (c) 2013 Samsung Electronics Co., Ltd.
9 * http://www.samsung.com
10 * Author: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
12 #ifndef __UVC_VIDEO_H__
13 #define __UVC_VIDEO_H__
15 int uvcg_video_pump(struct uvc_video *video);
17 int uvcg_video_enable(struct uvc_video *video, int enable);
19 int uvcg_video_init(struct uvc_video *video);
21 #endif /* __UVC_VIDEO_H__ */