projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branches 'release', 'cpuidle-2.6.25' and 'idle' into release
[linux-2.6]
/
include
/
asm-blackfin
/
mem_map.h
1
/*
2
* mem_map.h
3
* Common header file for blackfin family of processors.
4
*
5
*/
6
7
#ifndef _MEM_MAP_H_
8
#define _MEM_MAP_H_
9
10
#include <asm/mach/mem_map.h>
11
12
#endif /* _MEM_MAP_H_ */