i386 dma_map_sg: convert to using sg helpers
[linux-2.6] / include / asm-x86 / rwlock.h
1 #ifdef CONFIG_X86_32
2 # include "rwlock_32.h"
3 #else
4 # include "rwlock_64.h"
5 #endif