blob: f0cb431329b24b057e39328ac5023b6c07f79a36 [file] [log] [blame]
Usama Arifbec5afd2020-04-17 16:13:39 +01001/*
2 * Copyright (c) 2020, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef tc0_bl31_common_platform_setup_PLAT_H
8#define tc0_bl31_common_platform_setup_PLAT_H
9
10void tc0_bl31_common_platform_setup(void);
11
12#endif /* tc0_bl31_common_platform_setup_PLAT_H */