:pserver:cvsanon@mok.lvcm.com:/CVS/ReactOS reactos
[reactos.git] / apps / utils / pice / loader / terminal.h
1 /*++
2
3 Copyright (c) 1998-2001 Klaus P. Gerlicher
4
5 Module Name:
6
7     termínal.h
8
9 Abstract:
10         
11     HEADER for terminal.c
12
13 Environment:
14
15     User mode only
16
17 Author:
18
19     Klaus P. Gerlicher
20
21 Revision History:
22
23     23-Jan-2001:        created
24     
25 Copyright notice:
26
27   This file may be distributed under the terms of the GNU Public License.
28
29 --*/
30 BOOLEAN SetupSerial(ULONG port,ULONG baudrate);
31 void CloseSerial(void);
32
33
34 void DebuggerShell(void);