c05564c4d8
Android 13
15 lines
281 B
C
Executable file
15 lines
281 B
C
Executable file
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2019 MediaTek Inc.
|
|
*/
|
|
|
|
|
|
#ifndef __LINUX_TRUSTY_SMCALL_MAPPING_H
|
|
#define __LINUX_TRUSTY_SMCALL_MAPPING_H
|
|
|
|
#include <gz-trusty/smcnr_table.h>
|
|
|
|
void trusty_fiq_glue_arm64(void);
|
|
|
|
#endif /* __LINUX_TRUSTY_SMCALL_MAPPING_H */
|