M7350/kernel/arch/arm/mach-highbank/include/mach/uncompress.h

10 lines
152 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
#ifndef __MACH_UNCOMPRESS_H
#define __MACH_UNCOMPRESS_H
#define putc(c)
#define flush()
#define arch_decomp_setup()
#define arch_decomp_wdog()
#endif