view linux/shmem.h @ 1055:50c49c976f23

Added missing declaration of variables 'err'.
author bertrand
date Fri, 08 Jun 2001 13:35:24 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


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