2020-10-08 21:40:40 +08:00
|
|
|
/*
|
2023-02-06 17:05:43 +08:00
|
|
|
* Copyright (C) 2021-2023 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/gen12lp/hw_cmds_rkl.h"
|
2023-02-08 18:14:15 +08:00
|
|
|
#include "shared/source/gen12lp/hw_info_rkl.h"
|
2023-03-10 20:28:11 +08:00
|
|
|
#include "shared/source/os_interface/product_helper.h"
|
2023-02-06 17:05:43 +08:00
|
|
|
#include "shared/source/os_interface/product_helper_hw.h"
|
2020-10-08 21:40:40 +08:00
|
|
|
|
|
|
|
namespace NEO {
|
2021-08-04 08:04:09 +08:00
|
|
|
|
2023-03-08 17:07:47 +08:00
|
|
|
static EnableProductHelper<IGFX_ROCKETLAKE> enableRKL;
|
2021-08-04 08:04:09 +08:00
|
|
|
|
2020-10-08 21:40:40 +08:00
|
|
|
} // namespace NEO
|