1
0
Fork 0
qemu/target/arm/multiprocessing.h
Daniel Baumann ea34ddeea6
Adding upstream version 1:10.0.2+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 14:27:05 +02:00

16 lines
292 B
C

/*
* ARM multiprocessor CPU helpers
*
* Copyright (c) 2003 Fabrice Bellard
*
* SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifndef TARGET_ARM_MULTIPROCESSING_H
#define TARGET_ARM_MULTIPROCESSING_H
#include "target/arm/cpu-qom.h"
uint64_t arm_cpu_mp_affinity(ARMCPU *cpu);
#endif