android_kernel_samsung_sm8650/drivers/firmware/qtee_shmbridge_internal.h
Huang Yiwei fba091fb72 soc: qcom: Add snapshot of qtee_shmbridge driver
This is a snapshot of the qtee_shmbridge driver as of msm-5.15
commit <b85d942c19d2> ("Merge "msm_perf: Handle out of bounds
case"").

Also removed msm_ion.h include since the driver is not actually
using it.

Change-Id: I38a638d43c6791c0a7fabab534f7c8ab663f55db
Signed-off-by: Huang Yiwei <quic_hyiwei@quicinc.com>
2022-05-17 13:35:46 +08:00

15 lines
516 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (c) 2019 The Linux Foundation. All rights reserved.
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#ifndef __QCOM_QTEE_SHM_BRIDGE_INT_H_
#define __QCOM_QTEE_SHM_BRIDGE_INT_H_
int __init qtee_shmbridge_driver_init(void);
void __exit 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