]> Joshua Wise's Git repositories - netwatch.git/blobdiff - include/vga-overlay.h
Move elfload into tools/
[netwatch.git] / include / vga-overlay.h
index ec9efd5da1045e466f2e2d785c5ec310887a5544..9ae273fe997a5b8b6234a8d35550e22accc9f011 100644 (file)
@@ -1,9 +1,19 @@
+/* vga-overlay.h
+ * Prototype for VGA text overlay routines
+ * NetWatch system management mode administration console
+ *
+ * Copyright (c) 2008 Jacob Potter and Joshua Wise.  All rights reserved.
+ * This program is free software; you can redistribute and/or modify it under
+ * the terms found in the file LICENSE in the root of this source tree.
+ *
+ */
+
 #ifndef VGA_OVERLAY_H
 #define VGA_OVERLAY_H
 
 void vga_flush_imm(int enb);
 
-void strblit(char *src, int row, int col);
+void strblit(char *src, int row, int col, int fill);
 
 void dolog(char *s);
 void dologf(char *s, ...);
This page took 0.021449 seconds and 4 git commands to generate.