mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
13 lines
181 B
C
13 lines
181 B
C
|
|
/*
|
||
|
|
* 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_ */
|