blob: 1e3589480f55d068f9ea1c05567fa21f633cdb02 [file] [log] [blame]
/*
* Copyright (c) 2018-2022, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
#ifndef __TFM_PLAT_NS_H__
#define __TFM_PLAT_NS_H__
/**
* \brief Platform peripherals and devices initialization.
*
* \return ARM_DRIVER_OK if the initialization succeeds
*/
int32_t tfm_ns_platform_init(void);
/**
* \brief Coprocessor initialization.
*
* \return ARM_DRIVER_OK if the initialization succeeds
*/
int32_t tfm_ns_cp_init(void);
#endif /* __TFM_PLAT_NS_H__ */