android_kernel_samsung_on5x.../arch/ia64/include/asm/irq_remapping.h
2018-06-19 23:16:04 +02:00

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