aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/xen/events.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/xen/events.h')
-rw-r--r--arch/x86/include/asm/xen/events.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/xen/events.h b/arch/x86/include/asm/xen/events.h
index 8151f5b8b6cb..ae3c9ada14b2 100644
--- a/arch/x86/include/asm/xen/events.h
+++ b/arch/x86/include/asm/xen/events.h
@@ -1,5 +1,5 @@
1#ifndef ASM_X86__XEN__EVENTS_H 1#ifndef _ASM_X86_XEN__EVENTS_H
2#define ASM_X86__XEN__EVENTS_H 2#define _ASM_X86_XEN__EVENTS_H
3 3
4enum ipi_vector { 4enum ipi_vector {
5 XEN_RESCHEDULE_VECTOR, 5 XEN_RESCHEDULE_VECTOR,
@@ -21,4 +21,4 @@ static inline void xen_do_IRQ(int irq, struct pt_regs *regs)
21 do_IRQ(regs); 21 do_IRQ(regs);
22} 22}
23 23
24#endif /* ASM_X86__XEN__EVENTS_H */ 24#endif /* _ASM_X86_XEN__EVENTS_H */