diff options
Diffstat (limited to 'sys/arch/gumstix/include/spinlock.h')
-rw-r--r-- | sys/arch/gumstix/include/spinlock.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/gumstix/include/spinlock.h b/sys/arch/gumstix/include/spinlock.h index a19900d98b9..715af71061d 100644 --- a/sys/arch/gumstix/include/spinlock.h +++ b/sys/arch/gumstix/include/spinlock.h @@ -1,6 +1,6 @@ -/* $OpenBSD: spinlock.h,v 1.2 2008/11/27 20:51:48 miod Exp $ */ -#ifndef _GUMSTIX_SPINLOCK_H_ -#define _GUMSTIX_SPINLOCK_H_ +/* $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 /* _GUMSTIX_SPINLOCK_H_ */ +#endif /* _MACHINE_SPINLOCK_H_ */ |