Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa...
[deliverable/linux.git] / drivers / usb / gadget / function / f_uvc.h
CommitLineData
cdda479f
LP
1/*
2 * f_uvc.h -- USB Video Class Gadget driver
3 *
4 * Copyright (C) 2009-2010
5 * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
cdda479f
LP
11 */
12
13#ifndef _F_UVC_H_
14#define _F_UVC_H_
15
16#include <linux/usb/composite.h>
bbafc0cb 17#include <linux/usb/video.h>
cdda479f 18
3a83c16e
AP
19#include "uvc.h"
20
21void uvc_function_setup_continue(struct uvc_device *uvc);
22
23void uvc_function_connect(struct uvc_device *uvc);
24
25void uvc_function_disconnect(struct uvc_device *uvc);
26
cdda479f
LP
27#endif /* _F_UVC_H_ */
28
This page took 0.4127 seconds and 5 git commands to generate.