blob: ff0b227290cb91b8ea6e8dcfee20741153d76360 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/* SPDX-License-Identifier: GPL-2.0 */
2#ifdef CONFIG_DEBUG_UNCOMPRESS
3extern void putc(int c);
4#else
5static inline void putc(int c) {}
6#endif
7static inline void flush(void) {}
8static inline void arch_decomp_setup(void) {}