Usama Arif | bec5afd | 2020-04-17 16:13:39 +0100 | [diff] [blame] | 1 | /* |
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 | |||||
10 | void tc0_bl31_common_platform_setup(void); | ||||
11 | |||||
12 | #endif /* tc0_bl31_common_platform_setup_PLAT_H */ |