blob: 43efc345065e968246fc07638503e7fb5ba8911f (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#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 */
|