Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

54 lines
788 B

/*++
Copyright (c) 1990, 1991 Microsoft Corporation
Module Name:
init.c
Abstract:
This module is responsible to build any ppc specific entries in
the hardware tree of registry which the arc environment doesn't
normally provide for.
Author:
Ken Reneris (kenr) 04-Aug-1992
Environment:
Kernel mode.
Revision History:
--*/
#include "cmp.h"
NTSTATUS
CmpInitializeMachineDependentConfiguration(
IN PLOADER_PARAMETER_BLOCK LoaderBlock
)
/*++
Routine Description:
This routine creates ppc specific entries in the registry.
Arguments:
LoaderBlock - supplies a pointer to the LoaderBlock passed in from the
OS Loader.
Returns:
NTSTATUS code for sucess or reason of failure.
--*/
{
return STATUS_SUCCESS;
}