mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2024-11-19 13:27:49 +00:00
15 lines
287 B
C
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
|