]> Git Repo - linux.git/blob - arch/arm/include/debug/uncompress.h
ACPI: resource: do IRQ override on LENOVO IdeaPad
[linux.git] / arch / arm / include / debug / uncompress.h
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) {}
This page took 0.032022 seconds and 4 git commands to generate.