mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 01:07:57 +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:
@@ -24,7 +24,6 @@
|
||||
* This file is part of mbed TLS (https://tls.mbed.org)
|
||||
*/
|
||||
|
||||
#include <hypervisor.h>
|
||||
#include "md.h"
|
||||
#include "md_internal.h"
|
||||
|
||||
|
@@ -24,7 +24,6 @@
|
||||
* This file is part of mbed TLS (https://tls.mbed.org)
|
||||
*/
|
||||
|
||||
#include <hypervisor.h>
|
||||
#include "md_internal.h"
|
||||
#include "sha256.h"
|
||||
|
||||
|
@@ -2,8 +2,13 @@
|
||||
* Copyright (C) 2018 Intel Corporation.
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#include <hypervisor.h>
|
||||
#include <types.h>
|
||||
#include <util.h>
|
||||
#include <bits.h>
|
||||
#include <spinlock.h>
|
||||
#include <page.h>
|
||||
#include <mem_mgt.h>
|
||||
#include <logmsg.h>
|
||||
|
||||
/*
|
||||
* Memory pool declaration (block size = CONFIG_MALLOC_ALIGN)
|
||||
|
@@ -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)
|
||||
|
@@ -2,8 +2,9 @@
|
||||
* Copyright (C) 2018 Intel Corporation.
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#include <hypervisor.h>
|
||||
#include <types.h>
|
||||
#include <rtl.h>
|
||||
#include <logmsg.h>
|
||||
|
||||
static inline char hex_digit_value(char ch)
|
||||
{
|
||||
|
Reference in New Issue
Block a user