blob: a5a0223c82ac69a026741639c326aed9fd0ac142 [file] [log] [blame]
Dan Handley4fd2f5c2014-08-04 11:41:20 +01001/*
2 * Copyright (c) 2014, ARM Limited and Contributors. All rights reserved.
3 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Dan Handley4fd2f5c2014-08-04 11:41:20 +01005 */
6
7#ifndef __PLATFORM_TSP_H__
8
9
10/*******************************************************************************
11 * Mandatory TSP functions (only if platform contains a TSP)
12 ******************************************************************************/
13void tsp_early_platform_setup(void);
14void tsp_plat_arch_setup(void);
15void tsp_platform_setup(void);
16
17
18#define __PLATFORM_H__
19
20#endif