summaryrefslogtreecommitdiffstats
path: root/linux/vbelib.h
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-01 18:12:58 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-01 18:12:58 +0000
commitc8c745857bf0a37d4d8604817e47fccd0de53b83 (patch)
tree695b2a607bb5a8f4e0b4e4dee9b79fac05bf6677 /linux/vbelib.h
parent2e0dadb17a76624e8d12683f69cf9f65abe8aaf0 (diff)
downloadmpv-c8c745857bf0a37d4d8604817e47fccd0de53b83.tar.bz2
mpv-c8c745857bf0a37d4d8604817e47fccd0de53b83.tar.xz
vo_vesa: DGA support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2611 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'linux/vbelib.h')
-rw-r--r--linux/vbelib.h4
1 files changed, 4 insertions, 0 deletions
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