[PATCH] CREDITS update
[linux-2.6/history.git] / include / asm-arm / arch-shark / memory.h
blob7a06f07f641863ba34b554de373310fe4c83fd83
1 /*
2 * linux/include/asm-arm/arch-shark/memory.h
4 * by Alexander Schulz
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
14 * Physical DRAM offset.
16 #define PHYS_OFFSET (0x08000000UL)
18 #define __virt_to_bus(x) __virt_to_phys(x)
19 #define __bus_to_virt(x) __phys_to_virt(x)
21 #endif