Files
android_kernel_samsung_sm8750/drivers/firmware/qtee_shmbridge_internal.h
2025-08-11 14:29:00 +02:00

15 lines
507 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (c) 2019 The Linux Foundation. All rights reserved.
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#ifndef __QCOM_QTEE_SHM_BRIDGE_INT_H_
#define __QCOM_QTEE_SHM_BRIDGE_INT_H_
int qtee_shmbridge_driver_init(void);
void qtee_shmbridge_driver_exit(void);
#define SCM_SVC_RTIC 0x19
#define TZ_HLOS_NOTIFY_CORE_KERNEL_BOOTUP 0x7
int scm_mem_protection_init_do(void);
#endif