Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
memory.h
Go to the documentation of this file.
1 #ifndef __ASM_MACH_MEMORY_H
2 #define __ASM_MACH_MEMORY_H
3 
4 #define PLAT_PHYS_OFFSET UL(CONFIG_MEMORY_START)
5 #define MEM_SIZE UL(CONFIG_MEMORY_SIZE)
6 
7 #endif /* __ASM_MACH_MEMORY_H */