mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-14 22:00:33 +00:00
13 lines
177 B
C
13 lines
177 B
C
/*
|
|
* mem_map.h
|
|
* Common header file for blackfin family of processors.
|
|
*
|
|
*/
|
|
|
|
#ifndef _MEM_MAP_H_
|
|
#define _MEM_MAP_H_
|
|
|
|
#include <mach/mem_map.h>
|
|
|
|
#endif /* _MEM_MAP_H_ */
|