irq_remapping.h 160 B

123456
  1. #ifndef _ASM_X86_IRQ_REMAPPING_H
  2. #define _ASM_X86_IRQ_REMAPPING_H
  3. #define IRTE_DEST(dest) ((x2apic) ? dest : dest << 8)
  4. #endif /* _ASM_X86_IRQ_REMAPPING_H */