Adding DisableDeepBind debug flag

Related-To: NEO-4946

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2021-02-23 14:03:54 +01:00
committed by Compute-Runtime-Automation
parent c686fb250e
commit 66f4c75aea
14 changed files with 96 additions and 8 deletions

View File

@@ -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);