Revert "feature: add functions to get/set VA space"

This reverts commit 0550c80d4f.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2023-11-03 01:46:39 +01:00
committed by Compute-Runtime-Automation
parent 71617c19b3
commit bcc5a8502b
34 changed files with 367 additions and 692 deletions

View File

@@ -20,7 +20,6 @@ namespace SysCalls {
extern int (*sysCallsMkdir)(const std::string &dir);
extern int (*sysCallsOpen)(const char *pathname, int flags);
extern int (*sysCallsClose)(int fileDescriptor);
extern int (*sysCallsOpenWithMode)(const char *pathname, int flags, int mode);
extern int (*sysCallsDlinfo)(void *handle, int request, void *info);
extern ssize_t (*sysCallsPread)(int fd, void *buf, size_t count, off_t offset);