diff options
Diffstat (limited to 'include/asm-x86/xen/hypercall.h')
| -rw-r--r-- | include/asm-x86/xen/hypercall.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-x86/xen/hypercall.h b/include/asm-x86/xen/hypercall.h index 91cb7fd5c123..44f4259bee3f 100644 --- a/include/asm-x86/xen/hypercall.h +++ b/include/asm-x86/xen/hypercall.h | |||
| @@ -30,8 +30,8 @@ | |||
| 30 | * IN THE SOFTWARE. | 30 | * IN THE SOFTWARE. |
| 31 | */ | 31 | */ |
| 32 | 32 | ||
| 33 | #ifndef __HYPERCALL_H__ | 33 | #ifndef ASM_X86__XEN__HYPERCALL_H |
| 34 | #define __HYPERCALL_H__ | 34 | #define ASM_X86__XEN__HYPERCALL_H |
| 35 | 35 | ||
| 36 | #include <linux/errno.h> | 36 | #include <linux/errno.h> |
| 37 | #include <linux/string.h> | 37 | #include <linux/string.h> |
| @@ -524,4 +524,4 @@ MULTI_stack_switch(struct multicall_entry *mcl, | |||
| 524 | mcl->args[1] = esp; | 524 | mcl->args[1] = esp; |
| 525 | } | 525 | } |
| 526 | 526 | ||
| 527 | #endif /* __HYPERCALL_H__ */ | 527 | #endif /* ASM_X86__XEN__HYPERCALL_H */ |
