From c8c745857bf0a37d4d8604817e47fccd0de53b83 Mon Sep 17 00:00:00 2001 From: nick Date: Thu, 1 Nov 2001 18:12:58 +0000 Subject: vo_vesa: DGA support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2611 b3059339-0415-0410-9bf9-f77b7e298cf2 --- linux/vbelib.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'linux/vbelib.h') diff --git a/linux/vbelib.h b/linux/vbelib.h index 2cde866bac..dc436a54bd 100644 --- a/linux/vbelib.h +++ b/linux/vbelib.h @@ -223,4 +223,8 @@ extern int vbeGetProtModeInfo(struct VesaProtModeInterface *); /* Standard VGA stuff */ int vbeWriteString(int x, int y, int attr, char *str); +/* Misc stuff (For portability only) */ +void * vbeMapVideoBuffer(unsigned long phys_addr,unsigned long size); +void vbeUnmapVideoBuffer(unsigned long linear_addr,unsigned long size); + #endif -- cgit v1.2.3