Mingyang Sun | d20999f | 2020-10-15 14:53:12 +0800 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2020, Arm Limited. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | * | ||||
6 | */ | ||||
7 | |||||
8 | {{utilities.donotedit_warning}} | ||||
9 | |||||
10 | #include <stdint.h> | ||||
11 | |||||
12 | uint8_t {{manifest.name.lower()}}_stack[{{manifest.stack_size}}] __attribute__((aligned(8))); |