acrn-hypervisor/hypervisor/arch/x86/platform_caps.c

11 lines
216 B
C

/*
* Copyright (C) 2020 Intel Corporation. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <types.h>
#include <platform_caps.h>
struct platform_caps_x86 platform_caps = {.pi = true};