xref: /rk3399_ARM-atf/plat/socionext/synquacer/include/sq_common.h (revision 007a7a33583fa7bd3ba499d0f0f44a3aaf7dfb38)
1 /*
2  * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef __SQ_COMMON_H__
8 #define __SQ_COMMON_H__
9 
10 #include <sys/types.h>
11 
12 unsigned int sq_calc_core_pos(u_register_t mpidr);
13 
14 #endif /* __SQ_COMMON_H__ */
15