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