mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 17:41:26 +08:00
Adding DisableDeepBind debug flag
Related-To: NEO-4946 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c686fb250e
commit
66f4c75aea
@@ -13,6 +13,7 @@ namespace NEO {
|
||||
namespace SysCalls {
|
||||
int close(int fileDescriptor);
|
||||
int open(const char *file, int flags);
|
||||
void *dlopen(const char *filename, int flag);
|
||||
int ioctl(int fileDescriptor, unsigned long int request, void *arg);
|
||||
int getDevicePath(int deviceFd, char *buf, size_t &bufSize);
|
||||
int access(const char *pathname, int mode);
|
||||
|
||||
Reference in New Issue
Block a user