aboutsummaryrefslogtreecommitdiff
path: root/frontend/linux/plat_mmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/linux/plat_mmap.h')
-rw-r--r--frontend/linux/plat_mmap.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/frontend/linux/plat_mmap.h b/frontend/linux/plat_mmap.h
deleted file mode 100644
index 175246e..0000000
--- a/frontend/linux/plat_mmap.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#include <stdlib.h>
-
-void *plat_mmap(unsigned long addr, size_t size, int need_exec, int is_fixed);
-void *plat_mremap(void *ptr, size_t oldsize, size_t newsize);
-void plat_munmap(void *ptr, size_t size);