diff options
Diffstat (limited to 'src/arch/loong64/include/bits/xen.h')
| -rw-r--r-- | src/arch/loong64/include/bits/xen.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/arch/loong64/include/bits/xen.h b/src/arch/loong64/include/bits/xen.h new file mode 100644 index 000000000..2a3d7741c --- /dev/null +++ b/src/arch/loong64/include/bits/xen.h @@ -0,0 +1,13 @@ +#ifndef _BITS_XEN_H +#define _BITS_XEN_H + +/** @file + * + * Xen interface + * + */ +FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); + +#include <ipxe/nonxen.h> + +#endif /* _BITS_XEN_H */ |
