Release 4.14 arch/powerpc/platforms/82xx/pq2.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 | 96.49% | 1 | 33.33% |
Daniel Axtens | 1 | 1.75% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 1.75% | 1 | 33.33% |
Total | 57 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.