bna: remove oper_state_cbfn from struct bna_rxf
[linux/fpc-iii.git] / drivers / usb / gadget / function / uvc_configfs.h
blob085e67be7c71bb33116dcd1b309da789fe702d38
1 /*
2 * uvc_configfs.h
4 * Configfs support for the uvc function.
6 * Copyright (c) 2014 Samsung Electronics Co., Ltd.
7 * 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_CONFIGFS_H
16 #define UVC_CONFIGFS_H
18 struct f_uvc_opts;
20 int uvcg_attach_configfs(struct f_uvc_opts *opts);
22 #endif /* UVC_CONFIGFS_H */