target/arm: Expose arm_cpu_mp_affinity() in 'multiprocessing.h' header
[qemu/armbru.git] / target / arm / multiprocessing.h
blob81715d345c21b807376e49e02fa806494172a6bd
1 /*
2 * ARM multiprocessor CPU helpers
4 * Copyright (c) 2003 Fabrice Bellard
6 * SPDX-License-Identifier: LGPL-2.1-or-later
7 */
9 #ifndef TARGET_ARM_MULTIPROCESSING_H
10 #define TARGET_ARM_MULTIPROCESSING_H
12 #include "target/arm/cpu-qom.h"
14 uint64_t arm_cpu_mp_affinity(ARMCPU *cpu);
16 #endif