mbed-os5 only for TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE/secure_fw/core/tfm_core.h

Committer:
kenjiArai
Date:
2019-12-31
Revision:
1:9db0e321a9f4
Parent:
0:5b88d5760320

File content as of revision 1:9db0e321a9f4:

/*
 * Copyright (c) 2017-2019, Arm Limited. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 *
 */

#ifndef __TFM_CORE_H__
#define __TFM_CORE_H__

#include <arm_cmse.h>
#include "tfm_svc.h"
#include "secure_utilities.h"

extern uint32_t tfm_scratch_area_size;
extern uint8_t *tfm_scratch_area;

#endif /* __TFM_CORE_H__ */