mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-09-16 03:59:21 +00:00
16 lines
310 B
C
16 lines
310 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (C) 2016 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef __SSPM_LOGGER_H__
|
|
#define __SSPM_LOGGER_H__
|
|
|
|
#include <linux/types.h>
|
|
|
|
extern int scmi_plt_id;
|
|
|
|
unsigned int __init sspm_logger_init(phys_addr_t start, phys_addr_t limit);
|
|
int __init sspm_logger_init_done(void);
|
|
#endif
|