diff options
Diffstat (limited to 'src/arch/loong64/include/bits/hyperv.h')
| -rw-r--r-- | src/arch/loong64/include/bits/hyperv.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/arch/loong64/include/bits/hyperv.h b/src/arch/loong64/include/bits/hyperv.h new file mode 100644 index 000000000..f0e0c8793 --- /dev/null +++ b/src/arch/loong64/include/bits/hyperv.h @@ -0,0 +1,12 @@ +#ifndef _BITS_HYPERV_H +#define _BITS_HYPERV_H + +/** @file + * + * Hyper-V interface + * + */ + +FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); + +#endif /* _BITS_HYPERV_H */ |
