summaryrefslogtreecommitdiffstats
path: root/linux/vbelib.h
diff options
context:
space:
mode:
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 3ff95c971d..24eee8e4a9 100644
--- a/linux/vbelib.h
+++ b/linux/vbelib.h
@@ -220,4 +220,8 @@ extern int vbeSetWindow(unsigned win_num,unsigned win_gran);
Support of palette currently is not implemented.
*/
extern int vbeGetProtModeInfo(struct VesaProtModeInterface *);
+
+/* Standard VGA stuff */
+int vbeWriteString(int x, int y, int attr, char *str);
+
#endif \ No newline at end of file