memblock.h 172 B

12345678
  1. #ifndef _ASM_POWERPC_MEMBLOCK_H
  2. #define _ASM_POWERPC_MEMBLOCK_H
  3. #include <asm/udbg.h>
  4. #define MEMBLOCK_DBG(fmt...) udbg_printf(fmt)
  5. #endif /* _ASM_POWERPC_MEMBLOCK_H */