xref: /src/usr.sbin/bhyve/aarch64/bhyve_machdep.h (revision 8a62a2a5659d1839d8799b4274c04469d7f17c78)
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