]> Joshua Wise's Git repositories - netwatch.git/blob - include/vga-overlay.h
d493f67752c459bd0a4c7a2468d74b86ce9ee1fa
[netwatch.git] / include / vga-overlay.h
1 #ifndef VGA_OVERLAY_H
2 #define VGA_OVERLAY_H
3
4 void vga_flush_imm(int enb);
5
6 void strblit(char *src, int row, int col, int fill);
7
8 void dolog(char *s);
9 void dologf(char *s, ...);
10 void outlog();
11
12 void dump_log(char *buffer);
13
14 #endif
This page took 0.015954 seconds and 2 git commands to generate.