view linux/shmem.h @ 820:977f2b788e61

Packages are built via debian/rules binary, no need for other tools.
author eyck
date Thu, 17 May 2001 11:43:34 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


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