xref: /openbsd/sys/arch/m88k/include/mplock.h (revision d415bd75)
1 /*	$OpenBSD: mplock.h,v 1.4 2018/03/12 11:17:06 aoyama Exp $	*/
2 
3 /* public domain */
4 
5 #ifndef _M88K_MPLOCK_H_
6 #define _M88K_MPLOCK_H_
7 
8 #define __USE_MI_MPLOCK
9 
10 #endif /* !_MACHINE_MPLOCK_H */
11