xref: /openbsd-src/sys/arch/arm64/include/mplock.h (revision 823a97b9f37a4b7e7ae934a5e6945486dbb1c4e3)
1 /*	$OpenBSD: mplock.h,v 1.3 2018/01/05 17:42:35 kettenis Exp $	*/
2 
3 /* public domain */
4 
5 #ifndef _MACHINE_MPLOCK_H_
6 #define _MACHINE_MPLOCK_H_
7 
8 #define __USE_MI_MPLOCK
9 
10 #endif /* !_MACHINE_MPLOCK_H */
11