patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / include / asm-arm / arch-shark / memory.h
1 /*
2  * linux/include/asm-arm/arch-shark/memory.h
3  *
4  * by Alexander Schulz
5  *
6  * derived from:
7  * linux/include/asm-arm/arch-ebsa110/memory.h
8  * Copyright (c) 1996-1999 Russell King.
9  */
10 #ifndef __ASM_ARCH_MEMORY_H
11 #define __ASM_ARCH_MEMORY_H
12
13 /*
14  * Physical DRAM offset.
15  */
16 #define PHYS_OFFSET     (0x08000000UL)
17
18 #define __virt_to_bus(x)        __virt_to_phys(x)
19 #define __bus_to_virt(x)        __phys_to_virt(x)
20
21 #endif