lock.h 192 B

1234567891011
  1. /* $OpenBSD: lock.h,v 1.6 2013/05/21 20:05:30 tedu Exp $ */
  2. /* public domain */
  3. #ifndef _MACHINE_LOCK_H_
  4. #define _MACHINE_LOCK_H_
  5. #include <machine/atomic.h>
  6. #endif /* _MACHINE_LOCK_H_ */