xref: /openbmc/qemu/target/arm/multiprocessing.h (revision c7c513389c6cb8c6dd60e55d1c99244de4e93663)
1 /*
2  * ARM multiprocessor CPU helpers
3  *
4  *  Copyright (c) 2003 Fabrice Bellard
5  *
6  * SPDX-License-Identifier: LGPL-2.1-or-later
7  */
8 
9 #ifndef TARGET_ARM_MULTIPROCESSING_H
10 #define TARGET_ARM_MULTIPROCESSING_H
11 
12 #include "target/arm/cpu-qom.h"
13 
14 uint64_t arm_cpu_mp_affinity(ARMCPU *cpu);
15 
16 #endif
17