Release 4.16 arch/arm/include/debug/uncompress.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifdef CONFIG_DEBUG_UNCOMPRESS
extern void putc(int c);
#else
static inline void putc(int c) {}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Shawn Guo | 9 | 100.00% | 1 | 100.00% |
Total | 9 | 100.00% | 1 | 100.00% |
#endif
static inline void flush(void) {}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Shawn Guo | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
static inline void arch_decomp_setup(void) {}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Shawn Guo | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Shawn Guo | 40 | 97.56% | 2 | 66.67% |
Greg Kroah-Hartman | 1 | 2.44% | 1 | 33.33% |
Total | 41 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.