2017-12-27 15:12:27 +01:00
|
|
|
/*
|
2019-02-27 11:39:32 +01:00
|
|
|
* Copyright (C) 2018-2019 Intel Corporation
|
2017-12-27 15:12:27 +01:00
|
|
|
*
|
2018-09-18 09:11:08 +02:00
|
|
|
* SPDX-License-Identifier: MIT
|
2017-12-27 15:12:27 +01:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2019-08-23 13:57:58 +02:00
|
|
|
#include "runtime/gen8/hw_cmds.h"
|
2018-03-15 15:03:51 +01:00
|
|
|
#include "runtime/os_interface/hw_info_config.h"
|
2017-12-27 15:12:27 +01:00
|
|
|
|
2019-03-26 11:59:46 +01:00
|
|
|
namespace NEO {
|
2018-05-30 09:09:54 +02:00
|
|
|
|
|
|
|
#ifdef SUPPORT_BDW
|
|
|
|
static EnableProductHwInfoConfig<IGFX_BROADWELL> enableBDW;
|
|
|
|
#endif
|
|
|
|
|
2019-03-26 11:59:46 +01:00
|
|
|
} // namespace NEO
|