]> Joshua Wise's Git repositories - netwatch.git/blob - include/console-ext.h
849fd162d860f3113d6446dcd6c2ae902327e05a
[netwatch.git] / include / console-ext.h
1 /** @file console-ext.h
2  *
3  *  @brief Forward declarations for extended console functions
4  *
5  *  @author Joshua Wise (jwise) <joshua@joshuawise.com>
6  *  @buf None known
7  */
8
9 #ifndef __CONSOLE_EXT_H
10 #define __CONSOLE_EXT_H
11
12 void cons_backbuffer();
13 void cons_debackbuffer();
14
15 #endif
This page took 0.016193 seconds and 2 git commands to generate.