view linux/shmem.h @ 9083:0704ccc47abf

Brought this file mostly in line with the MPlayer docs coding style. Code indented, all tags closed, attributes quoted, whitespace added. Translators: No pressing need to touch this file, no textual changes.
author diego
date Sat, 25 Jan 2003 03:19:38 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


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