xref: /openbsd-src/sys/arch/alpha/include/mplock.h (revision 6b2d8873dfc07c9680f24ec522ca06478ed74174)
1 /*	$OpenBSD: mplock.h,v 1.4 2024/08/23 18:45:28 miod 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