/* * Copyright (C) 2019 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "runtime/os_interface/definitions/translate_debug_settings.h" namespace OCLRT { void translateDebugSettings(DebugVariables &debugVariables) { translateDebugSettingsBase(debugVariables); } } // namespace OCLRT