1 /* 2 * Copyright (c) 2022, ARM Limited and Contributors. All rights reserved. 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 #ifndef PLAT_HELPERS_H 8 #define PLAT_HELPERS_H 9 10 unsigned int plat_mediatek_calc_core_pos(u_register_t mpidr); 11 12 #endif /* PLAT_HELPERS_H */ 13