tc0_plat.h 314 Bytes
Newer Older
Usama Arif's avatar
Usama Arif committed
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright (c) 2020, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef tc0_bl31_common_platform_setup_PLAT_H
#define tc0_bl31_common_platform_setup_PLAT_H

void tc0_bl31_common_platform_setup(void);

#endif /* tc0_bl31_common_platform_setup_PLAT_H */