view linux/shmem.h @ 7431:e46eeafcd4df

Moved all the cdinfo specific from cddb to a standalone file(cdinfo.c), so if no network, cdda can still be compiled.
author bertrand
date Tue, 17 Sep 2002 19:51:12 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


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