11 lines
195 B
C
11 lines
195 B
C
|
#ifndef _SPARC64_MEMBLOCK_H
|
||
|
#define _SPARC64_MEMBLOCK_H
|
||
|
|
||
|
#include <asm/oplib.h>
|
||
|
|
||
|
#define MEMBLOCK_DBG(fmt...) prom_printf(fmt)
|
||
|
|
||
|
#define MEMBLOCK_REAL_LIMIT 0
|
||
|
|
||
|
#endif /* !(_SPARC64_MEMBLOCK_H) */
|