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

11 lines
220 B
C
Raw Normal View History

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