X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2F940ctl.c;h=462482243c1afff84c01a5f361b8ca54f4edab1e;hb=fa5e045bdc817112c1abf19e65e2d3481d51c48a;hp=083036e8df110f5581585a0966e333019a56c650;hpb=d572cbad9886a04f8c51edb825dc6aaec9b02e23;p=libpicofe.git diff --git a/gp2x/940ctl.c b/gp2x/940ctl.c index 083036e..4624822 100644 --- a/gp2x/940ctl.c +++ b/gp2x/940ctl.c @@ -243,7 +243,7 @@ static void internal_reset(void) /* this must be called after mmu hack, the allocated regions must not get cached */ -void sharedmem_init(void) +void sharedmem940_init(void) { if (shared_mem != NULL) return; @@ -266,7 +266,7 @@ void sharedmem_init(void) } -void sharedmem_deinit(void) +void sharedmem940_finish(void) { munmap(shared_mem, 0x210000); munmap(mp3_mem, MP3_SIZE_MAX);