acrn-hypervisor/hypervisor/boot/multiboot
Gao, Shiqing ce96ba3fae hv: multiboot: fix compilation error for module test
Fix below compilation error when building the module test for multiboot_priv.h.
./boot/multiboot/multiboot_priv.h: In function ‘boot_from_multiboot’:
./boot/multiboot/multiboot_priv.h:33:27: error: ‘MULTIBOOT_INFO_MAGIC’ undeclared (first use in this function)
   33 |         return ((magic == MULTIBOOT_INFO_MAGIC) && (info != 0U));

Tracked-On: #861

Signed-off-by: Gao, Shiqing <shiqing.gao@intel.com>
2024-08-15 15:21:46 +08:00
..
multiboot.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
multiboot2.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
multiboot_priv.h hv: multiboot: fix compilation error for module test 2024-08-15 15:21:46 +08:00