blob: a11daa14855141351933ee7397e0d4e75709100f (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* $OpenBSD: lock.h,v 1.4 2013/05/21 20:05:30 tedu Exp $ */
/* public domain */
#ifndef _MACHINE_LOCK_H_
#define _MACHINE_LOCK_H_
#include <machine/atomic.h>
#endif /* _MACHINE_LOCK_H_ */
|