Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xen-asm.h
Go to the documentation of this file.
1 #ifndef _XEN_XEN_ASM_H
2 #define _XEN_XEN_ASM_H
3 
4 #include <linux/linkage.h>
5 
6 #define RELOC(x, v) .globl x##_reloc; x##_reloc=v
7 #define ENDPATCH(x) .globl x##_end; x##_end=.
8 
9 /* Pseudo-flag used for virtual NMI, which we don't implement yet */
10 #define XEN_EFLAGS_NMI 0x80000000
11 
12 #endif