2017-12-27 22:12:27 +08:00
|
|
|
/*
|
2021-05-17 02:51:16 +08:00
|
|
|
* Copyright (C) 2021 Intel Corporation
|
2017-12-27 22:12:27 +08:00
|
|
|
*
|
2018-09-18 15:11:08 +08:00
|
|
|
* SPDX-License-Identifier: MIT
|
2017-12-27 22:12:27 +08:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2020-02-24 05:44:01 +08:00
|
|
|
#include "shared/source/os_interface/hw_info_config.h"
|
|
|
|
#include "shared/source/os_interface/hw_info_config.inl"
|
|
|
|
#include "shared/source/os_interface/hw_info_config_bdw_plus.inl"
|
2017-12-27 22:12:27 +08:00
|
|
|
|
2019-03-26 18:59:46 +08:00
|
|
|
namespace NEO {
|
2018-03-15 22:03:51 +08:00
|
|
|
|
2018-06-05 20:09:30 +08:00
|
|
|
#ifdef SUPPORT_BDW
|
2018-04-05 00:38:36 +08:00
|
|
|
template class HwInfoConfigHw<IGFX_BROADWELL>;
|
2018-06-05 20:09:30 +08:00
|
|
|
#endif
|
|
|
|
|
2019-03-26 18:59:46 +08:00
|
|
|
} // namespace NEO
|