Release 4.10 arch/powerpc/platforms/82xx/pq2.h
#ifndef _PQ2_H
#define _PQ2_H
void __noreturn pq2_restart(char *cmd);
#ifdef CONFIG_PCI
int pq2ads_pci_init_irq(void);
void pq2_init_pci(void);
#else
static inline int pq2ads_pci_init_irq(void)
{
return 0;
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
scott wood | scott wood | 12 | 100.00% | 1 | 100.00% |
| Total | 12 | 100.00% | 1 | 100.00% |
static inline void pq2_init_pci(void)
{
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
scott wood | scott wood | 8 | 100.00% | 1 | 100.00% |
| Total | 8 | 100.00% | 1 | 100.00% |
#endif
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
scott wood | scott wood | 55 | 98.21% | 1 | 50.00% |
daniel axtens | daniel axtens | 1 | 1.79% | 1 | 50.00% |
| Total | 56 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.