Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.16 7 lines 183 B view raw
1#ifdef CONFIG_DEBUG_UNCOMPRESS 2extern void putc(int c); 3#else 4static inline void putc(int c) {} 5#endif 6static inline void flush(void) {} 7static inline void arch_decomp_setup(void) {}