mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-07 07:45:22 +07:00
9 lines
172 B
C
9 lines
172 B
C
|
#ifndef _ASM_POWERPC_MEMBLOCK_H
|
||
|
#define _ASM_POWERPC_MEMBLOCK_H
|
||
|
|
||
|
#include <asm/udbg.h>
|
||
|
|
||
|
#define MEMBLOCK_DBG(fmt...) udbg_printf(fmt)
|
||
|
|
||
|
#endif /* _ASM_POWERPC_MEMBLOCK_H */
|