Release 4.14 arch/powerpc/include/asm/i8259.h
/* SPDX-License-Identifier: GPL-2.0 */
#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
Person | Tokens | Prop | Commits | CommitProp |
Benjamin Herrenschmidt | 31 | 62.00% | 2 | 22.22% |
Linus Torvalds (pre-git) | 6 | 12.00% | 1 | 11.11% |
Arnd Bergmann | 6 | 12.00% | 1 | 11.11% |
Paul Mackerras | 4 | 8.00% | 2 | 22.22% |
Grant C. Likely | 1 | 2.00% | 1 | 11.11% |
Olaf Hering | 1 | 2.00% | 1 | 11.11% |
Greg Kroah-Hartman | 1 | 2.00% | 1 | 11.11% |
Total | 50 | 100.00% | 9 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.