mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-29 23:28:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			176 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			176 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __IA64_INTR_REMAPPING_H
 | |
| #define __IA64_INTR_REMAPPING_H
 | |
| #define irq_remapping_enabled 0
 | |
| #define dmar_alloc_hwirq	create_irq
 | |
| #define dmar_free_hwirq		destroy_irq
 | |
| #endif
 | 
