developer | 6d207b4 | 2022-07-07 19:30:22 +0800 | [diff] [blame] | 1 | /* |
developer | fb58869 | 2024-11-05 11:08:28 +0800 | [diff] [blame^] | 2 | * Copyright (c) 2024, Mediatek Inc. All rights reserved. |
developer | 6d207b4 | 2022-07-07 19:30:22 +0800 | [diff] [blame] | 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 */ |