Synchronize with trunk revision 59636 (just before Alex's CreateProcess revamp).
[reactos.git] / drivers / bus / pcix / pcivrify.c
index f51f02d..69046a3 100644 (file)
@@ -73,14 +73,18 @@ PciVerifierRetrieveFailureData(IN ULONG FailureCode)
     return VerifierData;
 }
 
+DRIVER_NOTIFICATION_CALLBACK_ROUTINE PciVerifierProfileChangeCallback;
+
 NTSTATUS
 NTAPI
 PciVerifierProfileChangeCallback(IN PVOID NotificationStructure,
                                  IN PVOID Context)
 {
+    UNREFERENCED_PARAMETER(NotificationStructure);
+    UNREFERENCED_PARAMETER(Context);
+
     /* This function is not yet implemented */
-    UNIMPLEMENTED;
-    while (TRUE);
+    UNIMPLEMENTED_DBGBREAK();
     return STATUS_SUCCESS;
 }