view osdep/shmem.h @ 27141:e0327ea6589f

sync w/r27132, patch by JRaSH
author gpoirier
date Mon, 30 Jun 2008 19:04:52 +0000
parents 4129c8cfa742
children 5cfef41a1771
line wrap: on
line source

#ifndef MPLAYER_SHMEM_H
#define MPLAYER_SHMEM_H

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

#endif /* MPLAYER_SHMEM_H */