blob: 24acddeb377af7b2026126936f097bfb32b1bdb9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* $OpenBSD: mplock.h,v 1.1 2020/07/22 11:08:01 kettenis Exp $ */
/* public domain */
#ifndef _MACHINE_MPLOCK_H_
#define _MACHINE_MPLOCK_H_
#define __USE_MI_MPLOCK
#endif /* !_MACHINE_MPLOCK_H */
|