summaryrefslogtreecommitdiffstats
path: root/sys/arch/mips64/include/lock.h
blob: e98851abdb12bcdad76f6221738e19b9a10c0504 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/*	$OpenBSD: lock.h,v 1.8 2017/05/19 00:52:49 visa Exp $	*/

/* public domain */

#ifndef	_MIPS64_LOCK_H_
#define	_MIPS64_LOCK_H_

#include <sys/atomic.h>

#endif	/* _MIPS64_LOCK_H_ */