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

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

#endif /* SHMEM_H */