Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifdef CONFIG_DEBUG_UNCOMPRESS
0003 extern void putc(int c);
0004 #else
0005 static inline void putc(int c) {}
0006 #endif
0007 static inline void flush(void) {}
0008 static inline void arch_decomp_setup(void) {}