Clean up after migration to C++
This commit is contained in:
@@ -9,6 +9,13 @@
|
||||
#include <xtos.hh>
|
||||
|
||||
|
||||
/**
|
||||
* Retrieves a pointer to the DebugPrint routine provided by the bootloader.
|
||||
*
|
||||
* @return This routine returns a pointer to the DebugPrint routine.
|
||||
*
|
||||
* @since XT 1.0
|
||||
*/
|
||||
XTAPI
|
||||
PKD_PRINT_ROUTINE
|
||||
KE::BootInformation::GetDebugPrint(VOID)
|
||||
@@ -146,25 +153,3 @@ KE::BootInformation::InitializeInitializationBlock(IN PKERNEL_INITIALIZATION_BLO
|
||||
InitializationBlock = Block;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* TEMPORARY FOR COMPATIBILITY WITH C CODE */
|
||||
XTCLINK
|
||||
XTAPI
|
||||
XTSTATUS
|
||||
KeGetKernelParameter(IN PCWSTR ParameterName,
|
||||
OUT PCWSTR *Parameter)
|
||||
{
|
||||
return KE::BootInformation::GetKernelParameter(ParameterName, Parameter);
|
||||
}
|
||||
|
||||
/* TEMPORARY FOR COMPATIBILITY WITH C CODE */
|
||||
XTCLINK
|
||||
XTAPI
|
||||
PKERNEL_INITIALIZATION_BLOCK
|
||||
KeGetInitializationBlock(VOID)
|
||||
{
|
||||
return KE::BootInformation::GetInitializationBlock();
|
||||
}
|
||||
|
Reference in New Issue
Block a user