xref: /rk3399_ARM-atf/plat/qemu/qemu_sbsa/sbsa_private.h (revision 5565ede44a80805789d375aaae2773e02119cf9b)
1 /*
2  * Copyright (c) 2020, Nuvia Inc
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef SBSA_PRIVATE_H
8 #define SBSA_PRIVATE_H
9 
10 #include <stdint.h>
11 
12 unsigned int plat_qemu_calc_core_pos(u_register_t mpidr);
13 
14 #endif /* SBSA_PRIVATE_H */
15