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