blob: b6a89296a129b6da0323abb8a3c539fdb978fcd8 [file] [log] [blame]
Imre Kiseeee9642021-12-17 13:59:46 +01001/* SPDX-License-Identifier: BSD-3-Clause */
Balint Dobszay72c3f042020-11-23 18:23:57 +01002/*
Imre Kiseeee9642021-12-17 13:59:46 +01003 * Copyright (c) 2020-2022, Arm Limited and Contributors. All rights reserved.
Balint Dobszay72c3f042020-11-23 18:23:57 +01004 */
Imre Kisd0ed5c22021-12-15 17:05:47 +01005#ifndef OPTEE_SP_USER_DEFINES_H
6#define OPTEE_SP_USER_DEFINES_H
Balint Dobszay72c3f042020-11-23 18:23:57 +01007
Imre Kisd0ed5c22021-12-15 17:05:47 +01008#define OPTEE_SP_UUID \
9 { 0x01109cf8, 0xe5ca, 0x446f, \
10 { 0x9b, 0x55, 0xf3, 0xcd, 0xc6, 0x51, 0x10, 0xc8 } }
Balint Dobszay72c3f042020-11-23 18:23:57 +010011
12#define OPTEE_SP_FLAGS 0
13
14/* Provisioned stack size */
15#define OPTEE_SP_STACK_SIZE (64 * 1024)
16
Balint Dobszay72c3f042020-11-23 18:23:57 +010017#endif /* SP_HEADER_DEFINES_H */