2020-10-08 15:40:40 +02:00
|
|
|
/*
|
2023-02-06 09:05:43 +00:00
|
|
|
* Copyright (C) 2021-2023 Intel Corporation
|
2020-10-08 15:40:40 +02:00
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2022-06-29 19:17:47 +00:00
|
|
|
#include "shared/source/gen9/hw_cmds_cfl.h"
|
2020-10-08 15:40:40 +02:00
|
|
|
#include "shared/source/os_interface/hw_info_config.h"
|
2023-02-06 09:05:43 +00:00
|
|
|
#include "shared/source/os_interface/product_helper_hw.h"
|
2020-10-08 15:40:40 +02:00
|
|
|
|
|
|
|
|
namespace NEO {
|
2021-08-04 00:04:09 +00:00
|
|
|
|
2022-12-12 16:43:41 +00:00
|
|
|
static EnableProductProductHelper<IGFX_COFFEELAKE> enableCFL;
|
2021-08-04 00:04:09 +00:00
|
|
|
|
2020-10-08 15:40:40 +02:00
|
|
|
} // namespace NEO
|