2 * Prototype for VGA text overlay routines
3 * NetWatch system management mode administration console
5 * Copyright (c) 2008 Jacob Potter and Joshua Wise. All rights reserved.
6 * This program is free software; you can redistribute and/or modify it under
7 * the terms found in the file LICENSE in the root of this source tree.
14 void vga_flush_imm(int enb);
16 void strblit(char *src, int row, int col, int fill);
19 void dologf(char *s, ...);
22 void dump_log(char *buffer);