From 885f5974cdf65b59415837ae97f5a14ef1350670 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 19:20:15 +0100 Subject: feat: add gzip and new headers --- include/arch/x86_64/linux/tee.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/arch/x86_64/linux/tee.h') diff --git a/include/arch/x86_64/linux/tee.h b/include/arch/x86_64/linux/tee.h index 7d19733a..6576abad 100644 --- a/include/arch/x86_64/linux/tee.h +++ b/include/arch/x86_64/linux/tee.h @@ -44,8 +44,9 @@ #define TEE_MAX_ARG_SIZE 1024 -#define TEE_GEN_CAP_GP (1 << 0) /* GlobalPlatform compliant TEE */ -#define TEE_GEN_CAP_PRIVILEGED (1 << 1) /* Privileged device (for supplicant) \ +#define TEE_GEN_CAP_GP (1 << 0) /* GlobalPlatform compliant TEE */ +#define TEE_GEN_CAP_PRIVILEGED \ + (1 << 1) /* Privileged device (for supplicant) \ */ #define TEE_GEN_CAP_REG_MEM (1 << 2) /* Supports registering shared memory */ #define TEE_GEN_CAP_MEMREF_NULL (1 << 3) /* NULL MemRef support */ -- cgit v1.2.3