mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00

The plat_helpers.h is identical across various platforms, moved to the common folder for easier maintenance. Change-Id: Ic9f10c697fcda7e3cfbf32e67486c9cd28481b8a Signed-off-by: Gavin Liu <gavin.liu@mediatek.com>
12 lines
248 B
C
12 lines
248 B
C
/*
|
|
* Copyright (c) 2024, Mediatek Inc. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef PLAT_HELPERS_H
|
|
#define PLAT_HELPERS_H
|
|
|
|
unsigned int plat_mediatek_calc_core_pos(u_register_t mpidr);
|
|
|
|
#endif /* PLAT_HELPERS_H */
|