Synchronize with trunk revision 59636 (just before Alex's CreateProcess revamp).
[reactos.git] / drivers / bus / pcix / pcivrify.c
index 3e4a4ed..69046a3 100644 (file)
@@ -73,11 +73,16 @@ 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_DBGBREAK();
     return STATUS_SUCCESS;