Use more generic name for this macro use pointer used behind it will point to kernel debugger after it gets initialized

This commit is contained in:
2023-02-07 19:37:44 +01:00
parent 67768ae7a3
commit 75c519a70c
8 changed files with 62 additions and 62 deletions

View File

@@ -12,8 +12,8 @@
/* FrameBuffer information */
HAL_FRAMEBUFFER_DATA HlpFrameBufferData;
/* Pointer to boot loader provided DbgPrint() routine */
VOID (*KeDbgPrint)(IN PWCHAR Format, IN ...) = NULL;
/* Kernel initialization block passed by boot loader */
PKERNEL_INITIALIZATION_BLOCK KeInitializationBlock;
/* Pointer to boot loader provided DbgPrint() routine */
VOID (*LdrDbgPrint)(IN PWCHAR Format, IN ...) = NULL;