]>
Commit | Line | Data |
---|---|---|
f1584bb0 JW |
1 | /* console-ext.h |
2 | * Console definitions | |
3 | * NetWatch system management mode administration console | |
9b8c947b | 4 | * |
f1584bb0 JW |
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. | |
9b8c947b | 8 | * |
9b8c947b JW |
9 | */ |
10 | ||
11 | #ifndef __CONSOLE_EXT_H | |
12 | #define __CONSOLE_EXT_H | |
13 | ||
14 | void cons_backbuffer(); | |
15 | void cons_debackbuffer(); | |
16 | ||
17 | #endif |