xref: /linux/arch/arm/include/debug/uncompress.h (revision b24413180f5600bcb3bb70fbed5cf186b60864bd)
1*b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
23b4af9bcSShawn Guo #ifdef CONFIG_DEBUG_UNCOMPRESS
33b4af9bcSShawn Guo extern void putc(int c);
43b4af9bcSShawn Guo #else
5615967b0SShawn Guo static inline void putc(int c) {}
63b4af9bcSShawn Guo #endif
7615967b0SShawn Guo static inline void flush(void) {}
8615967b0SShawn Guo static inline void arch_decomp_setup(void) {}
9