[BACK]Return to memory.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / include / asm-arm / arch-ep93xx

File: [Development] / linux-2.6-xfs / include / asm-arm / arch-ep93xx / Attic / memory.h (download)

Revision 1.1, Mon May 29 16:35:25 2006 UTC (11 years, 4 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN

Merge up to 2.6.17-rc5.
Merge of 2.6.x-xfs-melb:linux:26065a by kenmcd.

/*
 * linux/include/asm-arm/arch-ep93xx/memory.h
 */

#ifndef __ASM_ARCH_MEMORY_H
#define __ASM_ARCH_MEMORY_H

#define PHYS_OFFSET		UL(0x00000000)

#define __bus_to_virt(x)	__phys_to_virt(x)
#define __virt_to_bus(x)	__virt_to_phys(x)


#endif