mirror of https://gitee.com/openkylin/linux.git
9 lines
164 B
C
9 lines
164 B
C
|
#ifndef _SPARC64_MEMBLOCK_H
|
||
|
#define _SPARC64_MEMBLOCK_H
|
||
|
|
||
|
#include <asm/oplib.h>
|
||
|
|
||
|
#define MEMBLOCK_DBG(fmt...) prom_printf(fmt)
|
||
|
|
||
|
#endif /* !(_SPARC64_MEMBLOCK_H) */
|