blob: 7a07c2fe6ddd0000d6a6c39cfcc846dfee764d68 (
plain)
1
2
3
4
5
6
7
|
/* $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_ */
|