2020-10-08 21:40:40 +08:00
|
|
|
/*
|
2021-05-17 02:51:16 +08:00
|
|
|
* Copyright (C) 2021 Intel Corporation
|
2020-10-08 21:40:40 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2021-08-04 08:04:09 +08:00
|
|
|
#include "shared/source/gen9/hw_cmds.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
|
|
|
|
|
|
|
static EnableProductHwInfoConfig<IGFX_KABYLAKE> enableKBL;
|
|
|
|
|
2020-10-08 21:40:40 +08:00
|
|
|
} // namespace NEO
|