Release 4.11 arch/mips/include/asm/spram.h
#ifndef _MIPS_SPRAM_H
#define _MIPS_SPRAM_H
#if defined(CONFIG_MIPS_SPRAM)
extern __init void spram_config(void);
#else
static inline void spram_config(void) { }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Chris Dearman | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
;
#endif /* CONFIG_MIPS_SPRAM */
#endif /* _MIPS_SPRAM_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Chris Dearman | 30 | 81.08% | 1 | 50.00% |
Markos Chandras | 7 | 18.92% | 1 | 50.00% |
Total | 37 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.