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"
|
2023-03-10 12:28:11 +00:00
|
|
|
#include "shared/source/os_interface/product_helper.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
|
|
|
|
2023-03-08 09:07:47 +00:00
|
|
|
static EnableProductHelper<IGFX_COFFEELAKE> enableCFL;
|
2021-08-04 00:04:09 +00:00
|
|
|
|
2020-10-08 15:40:40 +02:00
|
|
|
} // namespace NEO
|