mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-21 08:50:27 +00:00
HV: Remove hypervisor.h from bsp folder
Re-organize the code to remove usage of hypervisor.h from bsp folder, without changing any functionality. Tracked-On: #2694 Signed-off-by: Arindam Roy <arindam.roy@intel.com>
This commit is contained in:
committed by
ACRN System Integration
parent
3d85d72fa9
commit
691468a361
@@ -7,6 +7,7 @@
|
||||
#ifndef MULTIBOOT_H
|
||||
#define MULTIBOOT_H
|
||||
|
||||
#include <types.h>
|
||||
#define MULTIBOOT_INFO_MAGIC 0x2BADB002U
|
||||
#define MULTIBOOT_INFO_HAS_CMDLINE 0x00000004U
|
||||
#define MULTIBOOT_INFO_HAS_MODS 0x00000008U
|
||||
|
Reference in New Issue
Block a user