GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / 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 */