Add linux-next specific files for 20110831
[linux-2.6/next.git] / arch / arm / mach-u300 / include / mach / memory.h
blobc808f347a081e03990c1b79835d7056d385ec2ad
1 /*
3 * arch/arm/mach-u300/include/mach/memory.h
6 * Copyright (C) 2007-2009 ST-Ericsson AB
7 * License terms: GNU General Public License (GPL) version 2
8 * Memory virtual/physical mapping constants.
9 * Author: Linus Walleij <linus.walleij@stericsson.com>
10 * Author: Jonas Aaberg <jonas.aberg@stericsson.com>
13 #ifndef __MACH_MEMORY_H
14 #define __MACH_MEMORY_H
16 #define PLAT_PHYS_OFFSET UL(0x48000000)
17 #define BOOT_PARAMS_OFFSET 0x100
19 #endif