Imre Kis | eeee964 | 2021-12-17 13:59:46 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: BSD-3-Clause */ |
julhal01 | 3ec4c32 | 2021-02-05 17:30:49 +0000 | [diff] [blame] | 2 | /* |
Imre Kis | eeee964 | 2021-12-17 13:59:46 +0100 | [diff] [blame] | 3 | * Copyright (c) 2021-2022, Arm Limited and Contributors. All rights reserved. |
julhal01 | 3ec4c32 | 2021-02-05 17:30:49 +0000 | [diff] [blame] | 4 | */ |
| 5 | |
Imre Kis | d0ed5c2 | 2021-12-15 17:05:47 +0100 | [diff] [blame] | 6 | #ifndef OPTEE_SP_USER_DEFINES_H |
| 7 | #define OPTEE_SP_USER_DEFINES_H |
julhal01 | 3ec4c32 | 2021-02-05 17:30:49 +0000 | [diff] [blame] | 8 | |
julhal01 | 3ec4c32 | 2021-02-05 17:30:49 +0000 | [diff] [blame] | 9 | #define OPTEE_SP_FLAGS 0 |
| 10 | |
| 11 | /* Provisioned stack size */ |
| 12 | #define OPTEE_SP_STACK_SIZE (64 * 1024) |
| 13 | |
julhal01 | 3ec4c32 | 2021-02-05 17:30:49 +0000 | [diff] [blame] | 14 | #endif /* SP_HEADER_DEFINES_H */ |