GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / usb / gadget / f_uvc.h
blobc9f2d0f4b67d4ae88bac558721b9f0aa667ff2c1
1 /*
2 * f_uvc.h -- USB Video Class Gadget driver
4 * Copyright (C) 2009-2010
5 * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
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.
14 #ifndef _F_UVC_H_
15 #define _F_UVC_H_
17 #include <linux/usb/composite.h>
18 #include <linux/usb/video.h>
20 extern int uvc_bind_config(struct usb_configuration *c,
21 const struct uvc_descriptor_header * const *control,
22 const struct uvc_descriptor_header * const *fs_streaming,
23 const struct uvc_descriptor_header * const *hs_streaming);
25 #endif /* _F_UVC_H_ */