mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
Create enum for Ioctl request values
Related-To: NEO-6852 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0bf3af37d3
commit
b3814e41b4
@@ -7,13 +7,14 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "shared/source/os_interface/linux/drm_wrappers.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace NEO {
|
||||
namespace IoctlToStringHelper {
|
||||
std::string getIoctlParamString(int param);
|
||||
std::string getIoctlParamStringRemaining(int param);
|
||||
std::string getIoctlString(unsigned long request);
|
||||
std::string getIoctlStringRemaining(unsigned long request);
|
||||
std::string getIoctlString(DrmIoctl ioctlRequest);
|
||||
} // namespace IoctlToStringHelper
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user