6db4831e98
Android 14
16 lines
318 B
C
16 lines
318 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2019 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef __M4U_DEBUG_H__
|
|
#define __M4U_DEBUG_H__
|
|
|
|
extern unsigned long gM4U_ProtectVA;
|
|
|
|
#ifdef M4U_TEE_SERVICE_ENABLE
|
|
extern int m4u_sec_init(void);
|
|
extern int m4u_config_port_tee(struct m4u_port_config_struct *pM4uPort);
|
|
#endif
|
|
#endif
|