aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/irq_regs.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/irq_regs.h')
-rw-r--r--arch/x86/include/asm/irq_regs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/include/asm/irq_regs.h b/arch/x86/include/asm/irq_regs.h
new file mode 100644
index 00000000000..89c898ab298
--- /dev/null
+++ b/arch/x86/include/asm/irq_regs.h
@@ -0,0 +1,5 @@
+#ifdef CONFIG_X86_32
+# include "irq_regs_32.h"
+#else
+# include "irq_regs_64.h"
+#endif