mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-16 06:19:24 +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>
11 lines
183 B
C
11 lines
183 B
C
/*
|
|
* Copyright (C) 2020 Intel Corporation. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef VBAR_BASE_H_
|
|
#define VBAR_BASE_H_
|
|
|
|
#endif /* VBAR_BASE_H_ */
|