irq_remapping.h 176 B

123456
  1. #ifndef __IA64_INTR_REMAPPING_H
  2. #define __IA64_INTR_REMAPPING_H
  3. #define irq_remapping_enabled 0
  4. #define dmar_alloc_hwirq create_irq
  5. #define dmar_free_hwirq destroy_irq
  6. #endif