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 8 #ifndef __ATOMISP_DRVFS_H__ 9 #define __ATOMISP_DRVFS_H__ 10 11 #include <linux/sysfs.h> 12 13 extern const struct attribute_group *dbg_attr_groups[]; 14 15 #endif /* __ATOMISP_DRVFS_H__ */ 16