blob: 28aaef2ff36362cf8d65da153806ab34671cbed8 [file] [log] [blame]
Oliver Swede536d9062019-11-11 11:11:06 +00001/*
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
10unsigned int plat_fpga_calc_core_pos(u_register_t mpidr);
11
12void fpga_console_init(void);
13
14#endif