blob: 3b689b46484b0bdb953f1dd21b7b9c3040e51511 [file] [log] [blame]
Andrei Narkevitch014e4132019-10-09 18:13:54 -07001/*
2 * Copyright (c) 2018-2019, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
7
8#ifndef __TFM_PLAT_NS_H__
9#define __TFM_PLAT_NS_H__
10
11/**
12 * \brief Platform peripherals and devices initialization.
13 *
14 * \return ARM_DRIVER_OK if the initialization succeeds
15*/
16
17int32_t tfm_ns_platform_init(void);
18
19#endif /* __TFM_PLAT_NS_H__ */