mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
- Add KdInitSystem to kd64.h
svn path=/trunk/; revision=35423
This commit is contained in:
parent
7a7c6e2c98
commit
bd8aae9daf
1 changed files with 10 additions and 0 deletions
|
@ -50,6 +50,16 @@ BOOLEAN
|
|||
IN BOOLEAN SecondChance
|
||||
);
|
||||
|
||||
//
|
||||
// Initialization Routines
|
||||
//
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
KdInitSystem(
|
||||
ULONG Reserved,
|
||||
PLOADER_PARAMETER_BLOCK LoaderBlock
|
||||
);
|
||||
|
||||
//
|
||||
// Debug and Multi-Processor Switch Routines
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue