xref: /freebsd/usr.sbin/bhyve/aarch64/bhyve_machdep.h (revision 6227d0f81a5e5e2473ceb8b185098ee9a53c82ff)
1 /*
2  * Copyright (c) 2025 Arm Ltd
3  *
4  * SPDX-License-Identifier: BSD-2-Clause
5  */
6 
7 #ifndef _BHYVE_MACHDEP_H_
8 #define	_BHYVE_MACHDEP_H_
9 
10 extern uint64_t *cpu_to_mpidr;
11 extern cpuset_t running_cpumask;
12 
13 #endif /* _BHYVE_MACHDEP_H_ */
14