blob: a215816bccd65babd291a4e356d146ba7f5048ef (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* $OpenBSD: mplock.h,v 1.5 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 */
|