16 lines
285 B
C++
16 lines
285 B
C++
![]() |
/*
|
||
|
* Copyright (C) 2021 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#include "shared/source/gen12lp/hw_cmds.h"
|
||
|
#include "shared/source/os_interface/hw_info_config.h"
|
||
|
|
||
|
namespace NEO {
|
||
|
|
||
|
static EnableProductHwInfoConfig<IGFX_ALDERLAKE_P> enableADLP;
|
||
|
|
||
|
} // namespace NEO
|