V4L/DVB (6997): Replace a very dirty hack on videobuf for a clean wait_event
[linux-2.6/x86.git] / include / asm-x86 / spinlock.h
blobd74d85e71dcb071b2be8688a726f3a36f2a68b9f
1 #ifdef CONFIG_X86_32
2 # include "spinlock_32.h"
3 #else
4 # include "spinlock_64.h"
5 #endif