bna: remove oper_state_cbfn from struct bna_rxf
[linux/fpc-iii.git] / drivers / usb / gadget / function / f_uvc.h
blobd0a73bdcbba105acb6a2bb11322381ba00dc2f43
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 #include "uvc.h"
21 void uvc_function_setup_continue(struct uvc_device *uvc);
23 void uvc_function_connect(struct uvc_device *uvc);
25 void uvc_function_disconnect(struct uvc_device *uvc);
27 #endif /* _F_UVC_H_ */