mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			210 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			210 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* 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);
 | 
						|
 | 
						|
#endif
 |