view osdep/mmap_anon.h @ 24688:ada4c5cc9897

Default monitorpixelaspect is 1.
author cehoyos
date Fri, 05 Oct 2007 12:24:27 +0000 (2007-10-05)
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_ */