]> Joshua Wise's Git repositories - netwatch.git/blame_incremental - include/vga-overlay.h
add a lot of copyright headers
[netwatch.git] / include / vga-overlay.h
... / ...
CommitLineData
1/* vga-overlay.h
2 * Prototype for VGA text overlay routines
3 * NetWatch system management mode administration console
4 *
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.
8 *
9 */
10
11#ifndef VGA_OVERLAY_H
12#define VGA_OVERLAY_H
13
14void vga_flush_imm(int enb);
15
16void strblit(char *src, int row, int col, int fill);
17
18void dolog(char *s);
19void dologf(char *s, ...);
20void outlog();
21
22void dump_log(char *buffer);
23
24#endif
This page took 0.021796 seconds and 4 git commands to generate.