1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2024-11-19 13:27:49 +00:00
a155-U-u1/kernel-5.10/drivers/misc/mediatek/mcupm/include/mcupm_plt.h
2024-03-11 06:53:12 +11:00

17 lines
493 B
C

/* SPDX-License-Identifier: GPL-2.0
*
* Copyright (c) 2020 MediaTek Inc.
*/
#ifndef __MCUPM_PLT_H__
#define __MCUPM_PLT_H__
#include <linux/device.h>
/* import from mcupm_logger */
extern unsigned int mcupm_logger_init(phys_addr_t start, phys_addr_t limit);
extern int mcupm_logger_init_done(void);
extern int mcupm_sysfs_create_file(struct device_attribute *attr);
extern int mcupm_sysfs_init(void);
extern int mcupm_plt_module_init(void);
extern void mcupm_plt_module_exit(void);
#endif