mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-23 09:56:00 +00:00
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) */
|