From b81b76caab4d043c6c3b0a965f42ba507db3a6d4 Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Mon, 25 Aug 2008 15:22:30 +0000 Subject: [PATCH] - Remove a header duplication and move a prototype to the correct place svn path=/trunk/; revision=35630 --- reactos/ntoskrnl/include/internal/cm.h | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/reactos/ntoskrnl/include/internal/cm.h b/reactos/ntoskrnl/include/internal/cm.h index fc54a4af59d..0c3768eb656 100644 --- a/reactos/ntoskrnl/include/internal/cm.h +++ b/reactos/ntoskrnl/include/internal/cm.h @@ -520,21 +520,6 @@ typedef struct _KEY_INFORMATION NTSTATUS CmiCallRegisteredCallbacks(IN REG_NOTIFY_CLASS Argument1, IN PVOID Argument2); /////////////////////////////////////////////////////////////////////////////// -// -// Startup and Shutdown Functions -// -BOOLEAN -NTAPI -CmInitSystem1( - VOID -); - -VOID -NTAPI -CmShutdownSystem( - VOID -); - // // Mapped View Hive Functions // @@ -1420,6 +1405,12 @@ CmLoadKey( // // Startup and Shutdown // +BOOLEAN +NTAPI +CmInitSystem1( + VOID +); + VOID NTAPI CmShutdownSystem(