diff options
Diffstat (limited to 'src/include/box32.h')
| -rw-r--r-- | src/include/box32.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/box32.h b/src/include/box32.h index ab8fa184..9554e65f 100644 --- a/src/include/box32.h +++ b/src/include/box32.h @@ -104,9 +104,4 @@ void fini_hash_helper(); typedef struct x86emu_s x86emu_t; -void* my_mmap(x86emu_t* emu, void* addr, unsigned long length, int prot, int flags, int fd, int offset); -void* my_mmap64(x86emu_t* emu, void *addr, unsigned long length, int prot, int flags, int fd, int64_t offset); -int my_munmap(x86emu_t* emu, void* addr, unsigned long length); -int my_mprotect(x86emu_t* emu, void *addr, unsigned long len, int prot); - #endif //__BOX32_64__H_ |