Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.8-rc8 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) {}