2017-12-27 15:12:27 +01:00
|
|
|
/*
|
2022-06-29 19:17:47 +00:00
|
|
|
* Copyright (C) 2021-2022 Intel Corporation
|
2017-12-27 15:12:27 +01:00
|
|
|
*
|
2018-09-18 09:11:08 +02:00
|
|
|
* SPDX-License-Identifier: MIT
|
2017-12-27 15:12:27 +01:00
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2022-06-29 19:17:47 +00:00
|
|
|
#include "shared/source/gen8/hw_cmds_bdw.h"
|
2020-02-23 22:44:01 +01:00
|
|
|
#include "shared/source/os_interface/hw_info_config.h"
|
2017-12-27 15:12:27 +01:00
|
|
|
|
2019-03-26 11:59:46 +01:00
|
|
|
namespace NEO {
|
2018-05-30 09:09:54 +02:00
|
|
|
|
2022-12-12 16:43:41 +00:00
|
|
|
static EnableProductProductHelper<IGFX_BROADWELL> enableBDW;
|
2018-05-30 09:09:54 +02:00
|
|
|
|
2019-03-26 11:59:46 +01:00
|
|
|
} // namespace NEO
|