/* * Copyright (C) 2018-2021 Intel Corporation * * SPDX-License-Identifier: MIT * */ #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" namespace NEO { #ifdef SUPPORT_ICLLP template class HwInfoConfigHw; #endif #ifdef SUPPORT_LKF template class HwInfoConfigHw; #endif #ifdef SUPPORT_EHL template class HwInfoConfigHw; #endif } // namespace NEO