]> Joshua Wise's Git repositories - netwatch.git/blame_incremental - include/console-ext.h
More ICH2-specific code diked out.
[netwatch.git] / include / console-ext.h
... / ...
CommitLineData
1/* console-ext.h
2 * Console definitions
3 * NetWatch system management mode administration console
4 *
5 * Copyright (c) 2008 Jacob Potter and Joshua Wise. All rights reserved.
6 * This program is free software; you can redistribute and/or modify it under
7 * the terms found in the file LICENSE in the root of this source tree.
8 *
9 */
10
11#ifndef __CONSOLE_EXT_H
12#define __CONSOLE_EXT_H
13
14void cons_backbuffer();
15void cons_debackbuffer();
16
17#endif
This page took 0.018567 seconds and 4 git commands to generate.