bd6c35d4874ca905fd2286e8368cdf6c3a8a78bc
[linux-2.6.git] / include / asm-um / spinlock.h
1 #ifndef __UM_SPINLOCK_H
2 #define __UM_SPINLOCK_H
3
4 #include "linux/config.h"
5
6 #ifdef CONFIG_SMP
7 #include "asm/arch/spinlock.h"
8 #endif
9
10 #endif