summaryrefslogtreecommitdiffstats
path: root/osdep/shmem.h
blob: bdfcb5c47415a000cbe2d9454f3bc1ec60e22ee2 (plain)
1
2
3
4
5
6
7
#ifndef MPLAYER_SHMEM_H
#define MPLAYER_SHMEM_H

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

#endif /* MPLAYER_SHMEM_H */