view osdep/shmem.h @ 19060:b508e7ef1ea8

Some systems[1] list the 970 as PPC970 on /proc/cpuinfo, so add support for this. [1] namely the PPC64 machine over at powerdev.osuosl.org
author gpoirier
date Thu, 13 Jul 2006 13:28:56 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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