view osdep/mmap_anon.h @ 22094:e2d1bb1d2c6b

demux_mpg_probe() seek to the initial position before returning - patch by reimar
author nicodvb
date Sat, 03 Feb 2007 14:09:47 +0000
parents 2de480457872
children d88f5f82826e
line wrap: on
line source

#ifndef _OSDEP_MMAP_ANON_H_
#define _OSDEP_MMAP_ANON_H_

#include <sys/types.h>

void *mmap_anon(void *, size_t, int, int, off_t);

#endif /* _OSDEP_MMAP_ANON_H_ */