2017-12-27 22:12:27 +08:00
|
|
|
/*
|
2018-09-18 15:11:08 +08:00
|
|
|
* Copyright (C) 2018 Intel Corporation
|
2017-12-27 22:12:27 +08:00
|
|
|
*
|
2018-09-18 15:11:08 +08:00
|
|
|
* SPDX-License-Identifier: MIT
|
2017-12-27 22:12:27 +08:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "hw_cmds.h"
|
2018-03-15 22:03:51 +08:00
|
|
|
#include "runtime/os_interface/hw_info_config.h"
|
2017-12-27 22:12:27 +08:00
|
|
|
|
|
|
|
namespace OCLRT {
|
2018-05-30 15:09:54 +08:00
|
|
|
|
|
|
|
#ifdef SUPPORT_BDW
|
|
|
|
static EnableProductHwInfoConfig<IGFX_BROADWELL> enableBDW;
|
|
|
|
#endif
|
|
|
|
|
2017-12-27 22:12:27 +08:00
|
|
|
} // namespace OCLRT
|