inet: frag: enforce memory limits earlier
[linux/fpc-iii.git] / drivers / usb / gadget / function / uvc_video.h
blobef00f06fa00b4c55a0c3506f24c228af2554f57e
1 /*
2 * uvc_video.h -- USB Video Class Gadget driver
4 * Copyright (C) 2009-2010
5 * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
7 * Copyright (c) 2013 Samsung Electronics Co., Ltd.
8 * http://www.samsung.com
9 * Author: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
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.
15 #ifndef __UVC_VIDEO_H__
16 #define __UVC_VIDEO_H__
18 int uvcg_video_pump(struct uvc_video *video);
20 int uvcg_video_enable(struct uvc_video *video, int enable);
22 int uvcg_video_init(struct uvc_video *video);
24 #endif /* __UVC_VIDEO_H__ */