11 lines
156 B
C
11 lines
156 B
C
/*
|
|
* arch/arm/mach-mv78xx0/include/mach/memory.h
|
|
*/
|
|
|
|
#ifndef __ASM_ARCH_MEMORY_H
|
|
#define __ASM_ARCH_MEMORY_H
|
|
|
|
#define PHYS_OFFSET UL(0x00000000)
|
|
|
|
#endif
|