c05564c4d8
Android 13
16 lines
351 B
C
Executable file
16 lines
351 B
C
Executable file
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (C) 2016 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef __SSPM_LOGGER_H__
|
|
#define __SSPM_LOGGER_H__
|
|
|
|
#include <linux/types.h>
|
|
|
|
extern void sspm_log_lastk_recv(unsigned int exists);
|
|
extern unsigned int __init sspm_logger_init(phys_addr_t start,
|
|
phys_addr_t limit);
|
|
extern int __init sspm_logger_init_done(void);
|
|
#endif
|