You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
440 B
17 lines
440 B
17 years ago
|
/* arch/arm/mach-s3c2410/include/mach/memory.h
|
||
|
* from arch/arm/mach-rpc/include/mach/memory.h
|
||
20 years ago
|
*
|
||
|
* Copyright (C) 1996,1997,1998 Russell King.
|
||
|
*
|
||
|
* This program is free software; you can redistribute it and/or modify
|
||
|
* it under the terms of the GNU General Public License version 2 as
|
||
|
* published by the Free Software Foundation.
|
||
|
*/
|
||
|
|
||
|
#ifndef __ASM_ARCH_MEMORY_H
|
||
|
#define __ASM_ARCH_MEMORY_H
|
||
|
|
||
19 years ago
|
#define PHYS_OFFSET UL(0x30000000)
|
||
20 years ago
|
|
||
|
#endif
|