2017-12-27 15:12:27 +01:00
|
|
|
/*
|
2021-05-16 20:51:16 +02:00
|
|
|
* Copyright (C) 2021 Intel Corporation
|
2017-12-27 15:12:27 +01:00
|
|
|
*
|
2018-09-18 09:11:08 +02:00
|
|
|
* SPDX-License-Identifier: MIT
|
2017-12-27 15:12:27 +01:00
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2020-02-23 22:44:01 +01: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 15:12:27 +01:00
|
|
|
|
2019-03-26 11:59:46 +01:00
|
|
|
namespace NEO {
|
2018-03-15 15:03:51 +01:00
|
|
|
|
2021-08-04 00:04:09 +00:00
|
|
|
template class HwInfoConfigHw<IGFX_ELKHARTLAKE>;
|
2018-06-05 14:09:30 +02:00
|
|
|
|
2019-03-26 11:59:46 +01:00
|
|
|
} // namespace NEO
|