2022-06-02 23:12:55 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2022 Intel Corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2022-06-30 03:17:47 +08:00
|
|
|
#include "shared/source/gen12lp/hw_cmds_adln.h"
|
2022-06-02 23:12:55 +08:00
|
|
|
#include "shared/source/os_interface/hw_info_config.h"
|
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
|
|
|
static EnableProductHwInfoConfig<IGFX_ALDERLAKE_N> enableADLN;
|
|
|
|
|
|
|
|
} // namespace NEO
|