2021-05-25 03:06:15 +08:00
|
|
|
/*
|
2023-02-01 11:12:09 +08:00
|
|
|
* Copyright (C) 2021-2023 Intel Corporation
|
2021-05-25 03:06:15 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2023-03-10 20:28:11 +08:00
|
|
|
#include "shared/source/os_interface/product_helper.h"
|
2021-05-25 03:06:15 +08:00
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
2023-02-01 11:12:09 +08:00
|
|
|
ProductHelperCreateFunctionType productHelperFactory[IGFX_MAX_PRODUCT] = {};
|
2021-05-25 03:06:15 +08:00
|
|
|
|
|
|
|
} // namespace NEO
|