|
/*
|
|
* Copyright (C) 2018-2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "runtime/os_interface/hw_info_config.inl"
|
|
#include "runtime/os_interface/hw_info_config_bdw_plus.inl"
|
|
|
|
#ifdef SUPPORT_BDW
|
|
#include "hw_info_config_bdw.inl"
|
|
#endif
|