projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[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_ */