From d34041569e71fc9bd772354e94dc9d16061072a5 Mon Sep 17 00:00:00 2001 From: arpi_esp Date: Sat, 24 Feb 2001 20:28:24 +0000 Subject: Initial revision git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2 b3059339-0415-0410-9bf9-f77b7e298cf2 --- linux/shmem.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 linux/shmem.h (limited to 'linux/shmem.h') diff --git a/linux/shmem.h b/linux/shmem.h new file mode 100644 index 0000000000..58ceee4e44 --- /dev/null +++ b/linux/shmem.h @@ -0,0 +1,4 @@ + +void* shmem_alloc(int size); +void shmem_free(void* p); + -- cgit v1.2.3