cregit-Linux how code gets into the kernel

Release 4.10 arch/powerpc/include/asm/i8259.h

#ifndef _ASM_POWERPC_I8259_H

#define _ASM_POWERPC_I8259_H
#ifdef __KERNEL__

#include <linux/irq.h>

extern void i8259_init(struct device_node *node, unsigned long intack_addr);
extern unsigned int i8259_irq(void);
extern struct irq_domain *i8259_get_host(void);

#endif /* __KERNEL__ */
#endif /* _ASM_POWERPC_I8259_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
benjamin herrenschmidtbenjamin herrenschmidt3163.27%225.00%
pre-gitpre-git612.24%112.50%
arnd bergmannarnd bergmann612.24%112.50%
paul mackerraspaul mackerras48.16%225.00%
grant likelygrant likely12.04%112.50%
olaf heringolaf hering12.04%112.50%
Total49100.00%8100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.