mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07: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) */
|