patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / include / asm-arm / arch-tbox / memory.h
1 /*
2  * linux/include/asm-arm/arch-tbox/memory.h
3  *
4  * Copyright (c) 1996-1999 Russell King.
5  * Copyright (c) 1998-1999 Phil Blundell
6  */
7 #ifndef __ASM_ARCH_MEMORY_H
8 #define __ASM_ARCH_MEMORY_H
9
10 /*
11  * Physical DRAM offset.
12  */
13 #define PHYS_OFFSET             (0x80000000UL)
14
15 /*
16  * Bus view is the same as physical view
17  */
18 #define __virt_to_bus(x)        __virt_to_phys(x)
19 #define __bus_to_virt(x)        __phys_to_virt(x)
20
21 #endif