13b4af9bcSShawn Guo #ifdef CONFIG_DEBUG_UNCOMPRESS
23b4af9bcSShawn Guo extern void putc(int c);
33b4af9bcSShawn Guo #else
4615967b0SShawn Guo static inline void putc(int c) {}
53b4af9bcSShawn Guo #endif
6615967b0SShawn Guo static inline void flush(void) {}
7615967b0SShawn Guo static inline void arch_decomp_setup(void) {}
8