Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenprecomp.h
Go to the documentation of this file.
00001 #include "ntddk.h" 00002 #include "ntifs.h" 00003 #include "arc/arc.h" 00004 #include "halfuncs.h" 00005 #include "drivers/bootvid/bootvid.h" 00006 00007 /* Define if FontData has upside down characters */ 00008 #undef CHAR_GEN_UPSIDE_DOWN 00009 00010 #define BOOTCHAR_HEIGHT 13 00011 00012 // 00013 // Command Stream Definitions 00014 // 00015 #define CMD_STREAM_WRITE 0x0 00016 #define CMD_STREAM_WRITE_ARRAY 0x2 00017 #define CMD_STREAM_USHORT 0x4 00018 #define CMD_STREAM_READ 0x8 00019 00020 // 00021 // Bitmap Header 00022 // 00023 typedef struct tagBITMAPINFOHEADER 00024 { 00025 ULONG biSize; 00026 LONG biWidth; 00027 LONG biHeight; 00028 USHORT biPlanes; 00029 USHORT biBitCount; 00030 ULONG biCompression; 00031 ULONG biSizeImage; 00032 LONG biXPelsPerMeter; 00033 LONG biYPelsPerMeter; 00034 ULONG biClrUsed; 00035 ULONG biClrImportant; 00036 } BITMAPINFOHEADER, *PBITMAPINFOHEADER; 00037 00038 VOID 00039 NTAPI 00040 InitializePalette( 00041 VOID 00042 ); 00043 00044 // 00045 // Globals 00046 // 00047 extern USHORT AT_Initialization[]; 00048 extern ULONG curr_x; 00049 extern ULONG curr_y; 00050 extern ULONG_PTR VgaRegisterBase; 00051 extern ULONG_PTR VgaBase; 00052 extern UCHAR FontData[256 * BOOTCHAR_HEIGHT]; Generated on Sun May 27 2012 04:16:26 for ReactOS by
1.7.6.1
|