2008-02-22 09:09:46 +00:00
|
|
|
#ifndef MPLAYER_SHMEM_H
|
|
|
|
#define MPLAYER_SHMEM_H
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
|
|
void* shmem_alloc(int size);
|
2003-04-12 13:52:21 +00:00
|
|
|
void shmem_free(void* p,int size);
|
2001-02-24 20:28:24 +00:00
|
|
|
|
2008-02-22 09:09:46 +00:00
|
|
|
#endif /* MPLAYER_SHMEM_H */
|