score: Add support for Sunplus S+core architecture
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / score / include / asm / io.h
blobfbbfd7132e3b30b6d338fec1f9ea8f7572a76d7d
1 #ifndef _ASM_SCORE_IO_H
2 #define _ASM_SCORE_IO_H
4 #include <asm-generic/io.h>
6 #define virt_to_bus virt_to_phys
7 #define bus_to_virt phys_to_virt
9 #endif /* _ASM_SCORE_IO_H */