Files
compute-runtime/shared/source/debug_settings/definitions/translate_debug_settings.h
Michal Mrozek 9366f4339a refactor: remove not needed code
Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
2025-11-07 12:13:24 +01:00

17 lines
213 B
C++

/*
* Copyright (C) 2019-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
namespace NEO {
struct DebugVariables;
void translateDebugSettings(DebugVariables &);
} // namespace NEO