]>
Commit | Line | Data |
---|---|---|
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 |