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