view linux/shmem.h @ 4000:587906e031fa

let people pass options to ./configure while building package. use DEB_BUILD_OPTIONS variable for that.
author eyck
date Sat, 05 Jan 2002 19:35:01 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


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