2020-02-03 20:19:12 +08:00
|
|
|
/*
|
2021-05-17 02:51:16 +08:00
|
|
|
* Copyright (C) 2021 Intel Corporation
|
2020-02-03 20:19:12 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2021-01-21 20:10:13 +08:00
|
|
|
#include "shared/test/common/helpers/ult_hw_config.h"
|
2020-02-03 20:19:12 +08:00
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
UltHwConfig ultHwConfig{};
|
|
|
|
} // namespace NEO
|