blob: 42d1f37f6d9c6b6403ed074ce336fed2391fd6d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* mem_map.h
* Common header file for blackfin family of processors.
*
*/
#ifndef _MEM_MAP_H_
#define _MEM_MAP_H_
#include <asm/mach/mem_map.h>
#endif /* _MEM_MAP_H_ */
|