usb: gadget: langwell: convert to new style
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / usb / gadget / f_uvc.h
blobabf832935134a35dbd69169d8272284c0c087f6c
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.
13 #ifndef _F_UVC_H_
14 #define _F_UVC_H_
16 #include <linux/usb/composite.h>
17 #include <linux/usb/video.h>
19 extern int uvc_bind_config(struct usb_configuration *c,
20 const struct uvc_descriptor_header * const *control,
21 const struct uvc_descriptor_header * const *fs_streaming,
22 const struct uvc_descriptor_header * const *hs_streaming);
24 #endif /* _F_UVC_H_ */