blob: 95531fe1286f35ccc0a89205bedd66a604a65035 [file] [log] [blame]
Imre Kiseeee9642021-12-17 13:59:46 +01001/* SPDX-License-Identifier: BSD-3-Clause */
Julian Hallcaa4af82021-05-19 12:02:36 +01002/*
Imre Kiseeee9642021-12-17 13:59:46 +01003 * Copyright (c) 2021-2022, Arm Limited and Contributors. All rights reserved.
Julian Hallcaa4af82021-05-19 12:02:36 +01004 */
5
6#ifndef SP_HEADER_DEFINES_H
7#define SP_HEADER_DEFINES_H
8
9/* To get UUID definition */
10#include "attestation_sp.h"
11
12#define OPTEE_SP_UUID ATTESTATION_SP_UUID
13#define OPTEE_SP_FLAGS 0
14
15/* Provisioned stack size */
16#define OPTEE_SP_STACK_SIZE (64 * 1024)
17
Julian Hallcaa4af82021-05-19 12:02:36 +010018#endif /* SP_HEADER_DEFINES_H */