view linux/shmem.h @ 5944:1faf2566907b

Fix build on FreeBSD 5.0 or later, should be downward compatible (verified on FreeBSD 4.5 at sf compilefamr.
author atmos4
date Fri, 03 May 2002 12:56:29 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


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