view osdep/shmem.h @ 24794:300dd571ba64

Certain VIDIX drivers only work on x86, disable for other arches. This patch was coproduced by Reimar, Andrea Menucci and myself.
author diego
date Sat, 20 Oct 2007 22:19:38 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


void* shmem_alloc(int size);
void shmem_free(void* p,int size);