view linux/shmem.h @ 3971:b30ffe58ff18

fix typos in latest checkin. although ( and { look alike, they're not.d'ah.
author eyck
date Fri, 04 Jan 2002 10:27:04 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


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