]>
Commit | Line | Data |
---|---|---|
91a6abf7 JP |
1 | #ifndef VGA_OVERLAY_H |
2 | #define VGA_OVERLAY_H | |
3 | ||
4 | void strblit(char *src, int row, int col); | |
5 | ||
6 | void dolog(char *s); | |
d24901e6 | 7 | void dologf(char *s, ...); |
91a6abf7 JP |
8 | void outlog(); |
9 | ||
d5cffad7 JP |
10 | void dump_log(char *buffer); |
11 | ||
91a6abf7 | 12 | #endif |