summaryrefslogtreecommitdiff
path: root/sys/arch/hppa64/include/lock.h
blob: dd4a03257c3fdf7450fc06d2ff2adc0a4c9d2775 (plain)
1
2
3
4
5
6
7
8
9
10
/*	$OpenBSD: lock.h,v 1.6 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_ */