mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-09 20:35:44 +00:00
hv:remove common header files
remove hypervisor.h/hv_debug.h/hv_arch.h Tracked-On: #1842 Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com> deleted: include/arch/x86/hv_arch.h deleted: include/hv_debug.h deleted: include/hypervisor.h
This commit is contained in:
@@ -3,8 +3,10 @@
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#include <hypervisor.h>
|
||||
#include <types.h>
|
||||
#include <rtl.h>
|
||||
#include <util.h>
|
||||
#include <sprintf.h>
|
||||
|
||||
#ifndef NULL
|
||||
#define NULL ((void *) 0)
|
||||
|
Reference in New Issue
Block a user