xref: /rk3399_ARM-atf/plat/mediatek/include/plat_helpers.h (revision 553c24c3ad1fd996b4ae873b09a325c1747990a8)
1 /*
2  * Copyright (c) 2024, Mediatek Inc. 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