X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=blobdiff_plain;f=loader%2Fheader.h;fp=loader%2Fheader.h;h=f24457f9a1e34bf8ed070db3363309e214214d4b;hp=b5241f6bc25147ae5ecc644503021a17e97f1345;hb=3ef07128a8ad8a12688beee244c5e0a2629581de;hpb=ad37f577261dad19e7b0c7aedf68a800f13ed515 diff --git a/loader/header.h b/loader/header.h index b5241f6..f24457f 100644 --- a/loader/header.h +++ b/loader/header.h @@ -42,6 +42,7 @@ struct op_context; void emu_init(void *map_bottom); void emu_call_handle_op(struct op_context *op_ctx); void *emu_do_mmap(unsigned int length, int prot, int flags, int fd, unsigned int offset); +int emu_do_munmap(void *addr, unsigned int length); int emu_do_ioctl(int fd, int request, void *argp); int emu_read_gpiodev(void *buf, int count); void *emu_do_fopen(const char *path, const char *mode);