Rtwo/kernel/motorola/sm8550/drivers/firmware/qtee_shmbridge_internal.h
2025-09-30 19:22:48 -05:00

13 lines
440 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (c) 2019 The Linux Foundation. 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