Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 17d857be649a21ca90008c6dc425d849fa83db5c authored by Linus Torvalds on 27 September 2009, 21:57:48 UTC
Linux 2.6.32-rc1
Tip revision: 17d857b
memory.h
/*
 * linux/arch/arm/mach-mmp/include/mach/memory.h
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#ifndef __ASM_MACH_MEMORY_H
#define __ASM_MACH_MEMORY_H

#define PHYS_OFFSET	UL(0x00000000)

#endif /* __ASM_MACH_MEMORY_H */
back to top