2020-10-08 21:40:40 +08:00
|
|
|
/*
|
2022-06-30 03:17:47 +08:00
|
|
|
* Copyright (C) 2021-2022 Intel Corporation
|
2020-10-08 21:40:40 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2022-06-30 03:17:47 +08:00
|
|
|
#include "shared/source/gen9/hw_cmds_kbl.h"
|
2020-10-08 21:40:40 +08:00
|
|
|
#include "shared/source/os_interface/hw_info_config.h"
|
|
|
|
|
|
|
|
namespace NEO {
|
2021-08-04 08:04:09 +08:00
|
|
|
|
2022-12-13 00:43:41 +08:00
|
|
|
static EnableProductProductHelper<IGFX_KABYLAKE> enableKBL;
|
2021-08-04 08:04:09 +08:00
|
|
|
|
2020-10-08 21:40:40 +08:00
|
|
|
} // namespace NEO
|