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/lpm/platform/lpm_trace.h
2024-03-11 06:53:12 +11:00

15 lines
287 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2019 MediaTek Inc.
*/
#ifndef __LPM_TRACE_H__
#define __LPM_TRACE_H__
#include <lpm_plat_common.h>
int lpm_trace_parsing(struct device_node *parent);
int lpm_trace_instance_get(int type, struct LPM_PLAT_TRACE *ins);
#endif