X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/6bd08bbccc0a276c5d3b9b50903e45792f9549c6..789ebb2d04033053b3cfeaa73648e3a1c3b3d8f5:/include/vga-overlay.h diff --git a/include/vga-overlay.h b/include/vga-overlay.h index ec9efd5..9ae273f 100644 --- a/include/vga-overlay.h +++ b/include/vga-overlay.h @@ -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, ...);