blob: eb78623ce218cfdb4c26758dfed7ae9d377358bc [file] [log] [blame]
developer6d207b42022-07-07 19:30:22 +08001/*
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
10unsigned int plat_mediatek_calc_core_pos(u_register_t mpidr);
11
12#endif /* PLAT_HELPERS_H */