blob: 260f66ac41e346e25a5a690113e67b1671fcf37e [file] [log] [blame]
Jiafei Pan46367ad2018-03-02 07:23:30 +00001/*
2 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00007#ifndef PLATFORM_TSP_H
8#define PLATFORM_TSP_H
Jiafei Pan46367ad2018-03-02 07:23:30 +00009
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 */