repo.or.cz
/
linux-2.6
/
linux-mips.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MIPS: SB1250: Include correct header and fix a warning
[linux-2.6/linux-mips.git]
/
arch
/
arm
/
mach-orion5x
/
include
/
mach
/
memory.h
blob
52a2955d0f87a8ec63f6ed86fd91be1ab7e85a96
1
/*
2
* arch/arm/mach-orion5x/include/mach/memory.h
3
*
4
* Marvell Orion memory definitions
5
*/
6
7
#ifndef __ASM_ARCH_MEMORY_H
8
#define __ASM_ARCH_MEMORY_H
9
10
#define PHYS_OFFSET UL(0x00000000)
11
12
#endif