cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
Scott Wood12100.00%1100.00%
Total12100.00%1100.00%


static inline void pq2_init_pci(void) { }

Contributors

PersonTokensPropCommitsCommitProp
Scott Wood8100.00%1100.00%
Total8100.00%1100.00%

#endif #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Scott Wood5596.49%133.33%
Daniel Axtens11.75%133.33%
Greg Kroah-Hartman11.75%133.33%
Total57100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.