blob: d6916fd43c0a522b71a977e94b9a2ecf0be71e14 [file] [log] [blame]
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
/*
* arch/arm/include/asm/arch-gxb/core.h
*
* Copyright (C) 2020 Amlogic, Inc. All rights reserved.
*
*/
#ifndef __CORE_H__
#define __CORE_H__
int get_core_mpidr(unsigned int cpuid);
int get_core_idx(unsigned int mpidr);
int get_core_max(void);
#endif