mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 02:56:38 +07:00
639f657145
Signed-off-by: Bryan Wu <cooloney@kernel.org>
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_ */
|