view linux/shmem.h @ 3925:74fa7c82a66c

applied "magic" Michael real fix ;) (tested with gcc 2.95.4 and 3.0.3)
author pl
date Tue, 01 Jan 2002 02:00:57 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


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