PCI: Fix bus resource assignment on 32 bits with 64b resources
[linux-2.6] / include / asm-sh / uaccess.h
1 #ifdef CONFIG_SUPERH32
2 # include "uaccess_32.h"
3 #else
4 # include "uaccess_64.h"
5 #endif