![]() |
|
|||
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) {}
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |