repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add linux-next specific files for 20110831
[linux-2.6/next.git]
/
arch
/
cris
/
include
/
arch-v32
/
mach-a3
/
mach
/
memmap.h
blob
7e15c9eb4e4902dffe4e0631f8111c34830174ce
1
#ifndef _ASM_ARCH_MEMMAP_H
2
#define _ASM_ARCH_MEMMAP_H
3
4
#define MEM_INTMEM_START (0x38000000)
5
#define MEM_INTMEM_SIZE (0x00018000)
6
#define MEM_DRAM_START (0x40000000)
7
8
#define MEM_NON_CACHEABLE (0x80000000)
9
10
#endif