1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Support for atomisp driver sysfs interface.
4  *
5  * Copyright (c) 2014 Intel Corporation. All Rights Reserved.
6  *
7  * This program is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU General Public License version
9  * 2 as published by the Free Software Foundation.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  *
17  */
18 
19 #ifndef	__ATOMISP_DRVFS_H__
20 #define	__ATOMISP_DRVFS_H__
21 
22 #include <linux/sysfs.h>
23 
24 extern const struct attribute_group *dbg_attr_groups[];
25 
26 #endif /* __ATOMISP_DRVFS_H__ */
27