2021-05-25 03:06:15 +08:00
|
|
|
/*
|
2022-12-13 00:43:41 +08:00
|
|
|
* Copyright (C) 2021-2022 Intel Corporation
|
2021-05-25 03:06:15 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "shared/source/os_interface/hw_info_config.h"
|
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
2022-12-13 00:43:41 +08:00
|
|
|
ProductHelper *productHelperFactory[IGFX_MAX_PRODUCT] = {};
|
2021-05-25 03:06:15 +08:00
|
|
|
|
|
|
|
} // namespace NEO
|