blob: 57d665d788483f7d57aacfa38f786a6fd40c557b (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* $OpenBSD: mplock.h,v 1.4 2017/10/17 14:25:35 visa Exp $ */
/* public domain */
#ifndef _MACHINE_MPLOCK_H_
#define _MACHINE_MPLOCK_H_
#define __USE_MI_MPLOCK
#endif /* !_MACHINE_MPLOCK_H */
|