12 lines
224 B
C
12 lines
224 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2020 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef __MTK_APU_MDW_SYSFS_H__
|
|
#define __MTK_APU_MDW_SYSFS_H__
|
|
|
|
int mdw_sysfs_init(struct device *kdev);
|
|
void mdw_sysfs_exit(void);
|
|
|
|
#endif
|