Release 4.11 arch/mips/ath25/ar5312.h
#ifndef __AR5312_H
#define __AR5312_H
#ifdef CONFIG_SOC_AR5312
void ar5312_arch_init_irq(void);
void ar5312_init_devices(void);
void ar5312_plat_time_init(void);
void ar5312_plat_mem_setup(void);
void ar5312_arch_init(void);
#else
static inline void ar5312_arch_init_irq(void) {}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Sergey Ryazanov | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
static inline void ar5312_init_devices(void) {}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Sergey Ryazanov | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
static inline void ar5312_plat_time_init(void) {}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Sergey Ryazanov | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
static inline void ar5312_plat_mem_setup(void) {}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Sergey Ryazanov | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
static inline void ar5312_arch_init(void) {}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Sergey Ryazanov | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
#endif
#endif /* __AR5312_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Sergey Ryazanov | 86 | 100.00% | 4 | 100.00% |
Total | 86 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.