Merge tag 'locking-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / arch / arm / include / debug / uncompress.h
blobff0b227290cb91b8ea6e8dcfee20741153d76360
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) {}