blob: 76c99ed16d76a13034a28c1de085fd22cf90ae0e (
plain)
1
2
3
4
5
6
7
|
/* $OpenBSD: spinlock.h,v 1.4 2011/03/23 16:54:37 pirofti Exp $ */
#ifndef _MACHINE_SPINLOCK_H_
#define _MACHINE_SPINLOCK_H_
#include <arm/spinlock.h>
#endif /* _MACHINE_SPINLOCK_H_ */
|