[NTOSKRNL] Add and call the CmpSaveBootControlSet() stub.
[reactos.git] / ntoskrnl / include / internal / cm.h
index c2900b2..76fc5b9 100644 (file)
@@ -1177,6 +1177,12 @@ CmGetSystemControlValues(
     IN PCM_SYSTEM_CONTROL_VECTOR ControlVector
 );
 
+NTSTATUS
+NTAPI
+CmpSaveBootControlSet(
+    IN USHORT ControlSet
+);
+
 //
 // Hardware Configuration Routines
 //