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=34db74fe297fe00358b3e2983097f3cf1dd0ec0a;hp=8da398eff49e07e15fe3a41afad913e928ec6100;hb=3d3fa63bc1cc6a6b678a958f6c60a7c24f117dca;hpb=7fd42181a7f66b4403076cd9de98e18140a7eaf8 diff --git a/loader/header.h b/loader/header.h index 8da398e..34db74f 100644 --- a/loader/header.h +++ b/loader/header.h @@ -36,7 +36,10 @@ enum { void do_patches(void *ptr, unsigned int size); +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_ioctl(int fd, int request, void *argp); int emu_read_gpiodev(void *buf, int count);