summaryrefslogtreecommitdiff
path: root/include/arch/x86_64/linux/tee.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/x86_64/linux/tee.h')
-rw-r--r--include/arch/x86_64/linux/tee.h5
1 files changed, 3 insertions, 2 deletions
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 */