17 lines
338 B
C++
17 lines
338 B
C++
/*
|
|
* Copyright (C) 2021-2023 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/source/gen9/hw_cmds_bxt.h"
|
|
#include "shared/source/os_interface/hw_info_config.h"
|
|
#include "shared/source/os_interface/product_helper_hw.h"
|
|
|
|
namespace NEO {
|
|
|
|
static EnableProductHelper<IGFX_BROXTON> enableBXT;
|
|
|
|
} // namespace NEO
|