aboutsummaryrefslogtreecommitdiff
path: root/plat/layerscape/common/tsp/platform_tsp.h
blob: 260f66ac41e346e25a5a690113e67b1671fcf37e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef PLATFORM_TSP_H
#define PLATFORM_TSP_H

/*******************************************************************************
 * Mandatory TSP functions (only if platform contains a TSP)
 ******************************************************************************/
void tsp_early_platform_setup(void);
void tsp_plat_arch_setup(void);
void tsp_platform_setup(void);

#endif /* PLATFORM_TSP_H */