hv: merge hv_lib.h and hypervisor.h

merge hv_lib.h and hypervisor.h into one file

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Shiqing Gao
2018-09-27 14:05:54 +08:00
committed by lijinxia
parent 3178ecea72
commit 74622d7d29
11 changed files with 13 additions and 53 deletions

View File

@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <hv_lib.h>
#include <hypervisor.h>
void udelay(uint32_t us)
{

View File

@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <hv_lib.h>
#include <hypervisor.h>
#ifndef NULL
#define NULL ((void *) 0)