Oliver Swede | 536d906 | 2019-11-11 11:11:06 +0000 | [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 FPGA_PRIVATE_H | ||||
8 | #define FPGA_PRIVATE_H | ||||
9 | |||||
10 | unsigned int plat_fpga_calc_core_pos(u_register_t mpidr); | ||||
11 | |||||
12 | void fpga_console_init(void); | ||||
13 | |||||
14 | #endif |