Linux Audio

Check our new training course

Loading...
Note: File does not exist in v6.2.
 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