1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-02-15 00:18:03 +00:00
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

15 lines
281 B
C

/* 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 */