blob: d86d29ba5c56f0adc88cdd8a7e6c51db30720f69 [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 */
5
6#ifndef SP_HEADER_DEFINES_H
7#define SP_HEADER_DEFINES_H
8
9/* To get UUID definition */
10#include "sp.h"
11
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 */