17 lines
241 B
C++
17 lines
241 B
C++
![]() |
/*
|
||
|
* Copyright (C) 2020 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#include "shared/source/debug_settings/debug_variables_helper.h"
|
||
|
|
||
|
namespace NEO {
|
||
|
|
||
|
bool isDebugKeysReadEnabled() {
|
||
|
return false;
|
||
|
}
|
||
|
|
||
|
} // namespace NEO
|