X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=libpicofe.git;a=blobdiff_plain;f=plat.h;h=54436cd671acf2605aa158ed70948afdfa3a44ca;hp=ab9b3e7c88b93e14bd3c513542f643cf2ea9fc59;hb=6282e17ef5f37915df1a77b5d7138c666e94d0fb;hpb=c2981fc0ee15d3b1aff69901550fda32460bb1b1 diff --git a/plat.h b/plat.h index ab9b3e7..54436cd 100644 --- a/plat.h +++ b/plat.h @@ -102,6 +102,7 @@ void plat_sleep_ms(int ms); 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); +int plat_mem_set_exec(void *ptr, size_t size); /* timers, to be used for time diff and must refer to the same clock */ unsigned int plat_get_ticks_ms(void);