mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 01:08:03 -04: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
|