root/arch/s390/include/asm/hw_irq.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 #ifndef _HW_IRQ_H
   3 #define _HW_IRQ_H
   4 
   5 #include <linux/msi.h>
   6 #include <linux/pci.h>
   7 
   8 void __init init_airq_interrupts(void);
   9 void __init init_cio_interrupts(void);
  10 void __init init_ext_interrupts(void);
  11 
  12 #endif

/* [<][>][^][v][top][bottom][index][help] */