2020-03-19 06:41:50 +08:00
|
|
|
/*
|
2022-07-13 09:21:24 +08:00
|
|
|
* Copyright (C) 2020-2022 Intel Corporation.
|
2020-03-19 06:41:50 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <types.h>
|
2021-04-23 15:50:57 +08:00
|
|
|
#include <asm/platform_caps.h>
|
2020-03-19 06:41:50 +08:00
|
|
|
|
|
|
|
struct platform_caps_x86 platform_caps = {.pi = true};
|