Release 4.14 arch/s390/include/asm/hw_irq.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _HW_IRQ_H
#define _HW_IRQ_H
#include <linux/msi.h>
#include <linux/pci.h>
void __init init_airq_interrupts(void);
void __init init_cio_interrupts(void);
void __init init_ext_interrupts(void);
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Jan Glauber | 18 | 50.00% | 1 | 33.33% |
Martin Schwidefsky | 17 | 47.22% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 2.78% | 1 | 33.33% |
Total | 36 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.