view osdep/mmap_anon.h @ 25273:a07e6b9e36c1

Sync with vidix.sf.net r320: ati radeon >= R5xx do not have overlay engine anymore but use 3D texture mapping instead; hence no chance to be supported by this driver.
author ben
date Tue, 04 Dec 2007 22:22:24 +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_ */