Create this branch to work on loading of different Kernel-Debugger DLL providers...
[reactos.git] / deprecated / win32csr / tuiconsole.h
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS system libraries
4 * FILE: subsys/csrss/win32csr/tuiconsole.h
5 * PURPOSE: Interface to text-mode consoles
6 */
7
8 #include "api.h"
9
10 extern NTSTATUS FASTCALL TuiInitConsole(PCSRSS_CONSOLE Console);
11 extern PCSRSS_CONSOLE FASTCALL TuiGetFocusConsole(VOID);
12 extern BOOL FASTCALL TuiSwapConsole(int Next);
13
14 /* EOF */