blob: fe8a2c933060a7bba29070afd7d7af91bf806e66 [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
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00007#ifndef PLATFORM_TSP_H
8#define PLATFORM_TSP_H
Dan Handley4fd2f5c2014-08-04 11:41:20 +01009
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
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000017#endif /* PLATFORM_TSP_H */