GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / mach-shmobile / include / mach / memory.h
blob377584e57e03121777fd0c7a4c723c596b333a4d
1 #ifndef __ASM_MACH_MEMORY_H
2 #define __ASM_MACH_MEMORY_H
4 #define PHYS_OFFSET UL(CONFIG_MEMORY_START)
5 #define MEM_SIZE UL(CONFIG_MEMORY_SIZE)
7 /* DMA memory at 0xf6000000 - 0xffdfffff */
8 #define CONSISTENT_DMA_SIZE (158 << 20)
10 #endif /* __ASM_MACH_MEMORY_H */