xref: /linux/arch/arm/include/debug/uncompress.h (revision d5dbb2e8ce6e19a56d14ed24a8e10c3fed5375b4)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifdef CONFIG_DEBUG_UNCOMPRESS
3 extern void putc(int c);
4 #else
5 static inline void putc(int c) {}
6 #endif
7 static inline void flush(void) {}
8 static inline void arch_decomp_setup(void) {}
9