Release 4.11 arch/mips/ath25/ar2315.h
#ifndef __AR2315_H
#define __AR2315_H
#ifdef CONFIG_SOC_AR2315
void ar2315_arch_init_irq(void);
void ar2315_init_devices(void);
void ar2315_plat_time_init(void);
void ar2315_plat_mem_setup(void);
void ar2315_arch_init(void);
#else
static inline void ar2315_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 ar2315_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 ar2315_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 ar2315_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 ar2315_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 /* __AR2315_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.