Release 4.11 arch/arm/include/debug/uncompress.h
#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 | 100.00% | 2 | 100.00% |
Total | 40 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.