mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:46:17 +00:00
[NTOS:KD] Annotate KdInitSystem and remove redundant declaration in kd.h
This commit is contained in:
parent
4a93b0a463
commit
98e585364b
3 changed files with 6 additions and 12 deletions
|
@ -139,11 +139,12 @@ KdRegisterDebuggerDataBlock(IN ULONG Tag,
|
|||
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
KdInitSystem(IN ULONG BootPhase,
|
||||
IN PLOADER_PARAMETER_BLOCK LoaderBlock)
|
||||
KdInitSystem(
|
||||
_In_ ULONG BootPhase,
|
||||
_In_opt_ PLOADER_PARAMETER_BLOCK LoaderBlock)
|
||||
{
|
||||
BOOLEAN EnableKd, DisableKdAfterInit = FALSE, BlockEnable;
|
||||
LPSTR CommandLine, DebugLine, DebugOptionStart, DebugOptionEnd;
|
||||
PSTR CommandLine, DebugLine, DebugOptionStart, DebugOptionEnd;
|
||||
STRING ImageName;
|
||||
PLDR_DATA_TABLE_ENTRY LdrEntry;
|
||||
PLIST_ENTRY NextEntry;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue