mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-26 17:33:09 +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) */
|