view linux/shmem.h @ 683:f66c41c3ca78

At least one bug causes mplayer does not compile when wine headers are installed on your system is fixed :)
author lgb
date Wed, 02 May 2001 00:11:56 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


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