]> Joshua Wise's Git repositories - netwatch.git/blame_incremental - include/vga-overlay.h
Ref only the head of a pbuf chain, instead of the whole thing, to avoid leaking pbufs.
[netwatch.git] / include / vga-overlay.h
... / ...
CommitLineData
1#ifndef VGA_OVERLAY_H
2#define VGA_OVERLAY_H
3
4void vga_flush_imm(int enb);
5
6void strblit(char *src, int row, int col, int fill);
7
8void dolog(char *s);
9void dologf(char *s, ...);
10void outlog();
11
12void dump_log(char *buffer);
13
14#endif
This page took 0.017243 seconds and 4 git commands to generate.