kernel-brax3-ubuntu-touch/drivers/misc/mediatek/geniezone/public/tz_cross/ta_fbc.h
erascape f319b992b1 kernel-5.15: Initial import brax3 UT kernel
* halium configs enabled

Signed-off-by: erascape <erascape@proton.me>
2025-09-23 15:17:10 +00:00

26 lines
663 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2019 MediaTek Inc.
*/
/*
* GenieZone (hypervisor-based seucrity platform) enables hardware protected
* and isolated security execution environment, includes
* 1. GZ hypervisor
* 2. Hypervisor-TEE OS (built-in Trusty OS)
* 3. Drivers (ex: debug, communication and interrupt) for GZ and
* hypervisor-TEE OS
* 4. GZ and hypervisor-TEE and GZ framework (supporting multiple TEE
* ecosystem, ex: M-TEE, Trusty, GlobalPlatform, ...)
*/
#ifndef __TRUSTZONE_TA_FBC__
#define __TRUSTZONE_TA_FBC__
#define GZ_CMD_FBC_RUN1 0x12
#define GZ_CMD_FBC_RUN2 0x34
#define GZ_CMD_FBC_FORK 0x56
#endif