xref: /haiku/src/libs/compat/freebsd_network/compat/machine/cpu.h (revision dba28784c21beab5d397068303881fe024a76859)
1 /*
2  * Copyright 2018, Haiku, Inc. All rights reserved.
3  * Distributed under the terms of the MIT license.
4  */
5 #ifndef _FBSD_COMPAT_MACHINE_CPU_H_
6 #define _FBSD_COMPAT_MACHINE_CPU_H_
7 
8 
9 #include <arch_cpu_defs.h>
10 
11 
12 #define cpu_spinwait()		SPINLOCK_PAUSE()
13 
14 
15 #endif /* _FBSD_COMPAT_MACHINE_CPU_H_ */
16