mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
refactor: pass additional data to ioctl helper
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f1c2ea0b69
commit
2a2596c13b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user