Release 4.13 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 | 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 | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
#endif
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Scott Wood | 55 | 98.21% | 1 | 50.00% |
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.