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:
Arindam Roy
2019-03-21 12:02:30 -07:00
committed by ACRN System Integration
parent 3d85d72fa9
commit 691468a361
5 changed files with 15 additions and 4 deletions

View File

@@ -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