2020-03-28 14:11:15 +03:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
2014-12-10 14:34:02 +03:00
|
|
|
/*
|
|
|
|
* uvc_configfs.h
|
|
|
|
*
|
|
|
|
* Configfs support for the uvc function.
|
|
|
|
*
|
|
|
|
* Copyright (c) 2014 Samsung Electronics Co., Ltd.
|
|
|
|
* http://www.samsung.com
|
|
|
|
*
|
2018-12-13 16:24:57 +03:00
|
|
|
* Author: Andrzej Pietrasiewicz <andrzejtp2010@gmail.com>
|
2014-12-10 14:34:02 +03:00
|
|
|
*/
|
|
|
|
#ifndef UVC_CONFIGFS_H
|
|
|
|
#define UVC_CONFIGFS_H
|
|
|
|
|
|
|
|
struct f_uvc_opts;
|
|
|
|
|
|
|
|
int uvcg_attach_configfs(struct f_uvc_opts *opts);
|
|
|
|
|
|
|
|
#endif /* UVC_CONFIGFS_H */
|