17 lines
320 B
C++
17 lines
320 B
C++
/*
|
|
* Copyright (C) 2019-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/source/debug_settings/definitions/translate_debug_settings.h"
|
|
|
|
namespace NEO {
|
|
|
|
void translateDebugSettings(DebugVariables &debugVariables) {
|
|
translateDebugSettingsBase(debugVariables);
|
|
}
|
|
|
|
} // namespace NEO
|