1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
23b4af9bcSShawn Guo #ifdef CONFIG_DEBUG_UNCOMPRESS
33b4af9bcSShawn Guo extern void putc(int c);
43b4af9bcSShawn Guo #else
putc(int c)5615967b0SShawn Guo static inline void putc(int c) {}
63b4af9bcSShawn Guo #endif
flush(void)7615967b0SShawn Guo static inline void flush(void) {}
arch_decomp_setup(void)8615967b0SShawn Guo static inline void arch_decomp_setup(void) {}
9