WIP FPC-III support
[linux/fpc-iii.git] / drivers / usb / gadget / function / uvc_configfs.h
blob7e1d7ca29bf2108619c130314d89b7a8c44962b2
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * uvc_configfs.h
5 * Configfs support for the uvc function.
7 * Copyright (c) 2014 Samsung Electronics Co., Ltd.
8 * http://www.samsung.com
10 * Author: Andrzej Pietrasiewicz <andrzejtp2010@gmail.com>
12 #ifndef UVC_CONFIGFS_H
13 #define UVC_CONFIGFS_H
15 struct f_uvc_opts;
17 int uvcg_attach_configfs(struct f_uvc_opts *opts);
19 #endif /* UVC_CONFIGFS_H */