- Start rosapps rearrange and cleanup process.
[reactos.git] / rosapps / applications / sysutils / utils / pice / module / precomp.h
1 /*++
2
3 Copyright (c) 1998-2001 Klaus P. Gerlicher
4
5 Module Name:
6
7 precomp.h
8
9 Abstract:
10
11 precompiled headers
12
13 Environment:
14
15 LINUX 2.2.X
16 Kernel mode only
17
18 Author:
19
20 Klaus P. Gerlicher
21
22 Revision History:
23
24 15-Nov-2000: general cleanup of source files
25
26 Copyright notice:
27
28 This file may be distributed under the terms of the GNU Public License.
29
30 --*/
31 #define FRAMEBUFFER_SIZE (0x8000)
32 #define LINES_IN_BUFFER (2048)
33
34 #include <ntddk.h>
35 #include <ntos/types.h>
36 #include <types.h>
37 //#include <i386/tss.h>
38 #include <internal/ob.h>
39 #include <internal/i386/segment.h>
40 #include <defines.h>
41
42 #include "retypes.h"
43 //#include <asm/segment.h>
44 #include "../shared/shared.h"
45 #include "debug.h"
46 #include "hardware.h"
47 #include "utils.h"
48 #include "init.h"
49 #include "shell.h"
50 #include "trace.h"
51 #include "hooks.h"
52 #include "patch.h" // patch the keyboard driver
53 #include "symbols.h"
54 #include "parse.h"
55 #include "syscall.h"
56 #include "bp.h"
57 #include "scancodes.h"
58 #include "output.h"
59 #include "dblflt.h"
60 #include "pgflt.h"
61 #include "gpfault.h"
62 #include "serial.h"
63 #include "hercules.h"
64 #include "vga.h"
65 #include "pice_ver.h"