1 /* 2 * Copyright (C) 2020-2022 Intel Corporation. 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 #include <types.h> 8 #include <asm/platform_caps.h> 9 10 struct platform_caps_x86 platform_caps = {.pi = true}; 11