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