refactor: pass additional data to ioctl helper

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2024-04-25 17:45:21 +00:00
committed by Compute-Runtime-Automation
parent f1c2ea0b69
commit 2a2596c13b
11 changed files with 50 additions and 28 deletions

View File

@@ -94,4 +94,8 @@ enum class SynchronizedDispatchMode : uint32_t {
limited = 2
};
namespace InterruptId {
static constexpr uint32_t notUsed = std::numeric_limits<uint32_t>::max();
}
} // namespace NEO