]> Git Repo - linux.git/blob - drivers/usb/gadget/function/uvc_configfs.h
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / drivers / usb / gadget / function / uvc_configfs.h
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * uvc_configfs.h
4  *
5  * Configfs support for the uvc function.
6  *
7  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
8  *              http://www.samsung.com
9  *
10  * Author: Andrzej Pietrasiewicz <[email protected]>
11  */
12 #ifndef UVC_CONFIGFS_H
13 #define UVC_CONFIGFS_H
14
15 struct f_uvc_opts;
16
17 int uvcg_attach_configfs(struct f_uvc_opts *opts);
18
19 #endif /* UVC_CONFIGFS_H */
This page took 0.042232 seconds and 4 git commands to generate.