mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-06 19:30:46 +00:00
Add whl-ipc-i5 configurations code in misc/vm_configs/ folder with new layout; Tracked-On: #5077 Signed-off-by: Victor Sun <victor.sun@intel.com>
13 lines
238 B
C
13 lines
238 B
C
/*
|
|
* Copyright (C) 2020 Intel Corporation. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#include <vm_config.h>
|
|
#include <pci_devices.h>
|
|
#include <vpci.h>
|
|
#include <vbar_base.h>
|
|
#include <mmu.h>
|
|
#include <page.h>
|