2 * Copyright (c) 2017-2019, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
7
8#ifndef __TFM_CORE_H__
9#define __TFM_CORE_H__
10
11#include <arm_cmse.h>
12#include "tfm_svc.h"
13#include "secure_utilities.h"
14
15extern uint32_t tfm_scratch_area_size;
16extern uint8_t *tfm_scratch_area;
17
18#endif /* __TFM_CORE_H__ */
Important Information for this Arm website
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.