2022-06-02 15:12:55 +00:00
|
|
|
/*
|
2023-02-06 09:05:43 +00:00
|
|
|
* Copyright (C) 2022-2023 Intel Corporation
|
2022-06-02 15:12:55 +00:00
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2022-06-29 19:17:47 +00:00
|
|
|
#include "shared/source/gen12lp/hw_cmds_adln.h"
|
2022-06-02 15:12:55 +00:00
|
|
|
#include "shared/source/os_interface/hw_info_config.h"
|
2023-02-06 09:05:43 +00:00
|
|
|
#include "shared/source/os_interface/product_helper_hw.h"
|
2022-06-02 15:12:55 +00:00
|
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
|
2022-12-12 16:43:41 +00:00
|
|
|
static EnableProductProductHelper<IGFX_ALDERLAKE_N> enableADLN;
|
2022-06-02 15:12:55 +00:00
|
|
|
|
|
|
|
|
} // namespace NEO
|