mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-31 03:20:47 +08:00
17 lines
213 B
C++
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
|