2018-06-04 17:45:13 +08:00
|
|
|
/*
|
2019-07-12 20:41:32 +08:00
|
|
|
* Copyright (C) 2018-2019 Intel Corporation
|
2018-06-04 17:45:13 +08:00
|
|
|
*
|
2018-09-18 15:11:08 +08:00
|
|
|
* SPDX-License-Identifier: MIT
|
2018-06-04 17:45:13 +08:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "runtime/os_interface/hw_info_config.inl"
|
2019-07-12 20:41:32 +08:00
|
|
|
#include "runtime/os_interface/hw_info_config_bdw_plus.inl"
|
2018-06-04 17:45:13 +08:00
|
|
|
|
|
|
|
#ifdef SUPPORT_BDW
|
|
|
|
#include "hw_info_config_bdw.inl"
|
2019-07-12 20:41:32 +08:00
|
|
|
#endif
|