mirror of
https://gitlab.com/qemu-project/ipxe.git
synced 2025-11-03 07:59:06 +08:00
Add support for building a LoongArch64 Linux userspace binary. Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn> Modified-by: Michael Brown <mcb30@ipxe.org> Signed-off-by: Michael Brown <mcb30@ipxe.org>
13 lines
158 B
C
13 lines
158 B
C
#ifndef _BITS_HYPERV_H
|
|
#define _BITS_HYPERV_H
|
|
|
|
/** @file
|
|
*
|
|
* Hyper-V interface
|
|
*
|
|
*/
|
|
|
|
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
|
|
|
#endif /* _BITS_HYPERV_H */
|