From ec4a0fcb70bef22048751382e07e39cc32e03b67 Mon Sep 17 00:00:00 2001 From: belliash Date: Wed, 15 Nov 2023 23:19:20 +0100 Subject: [PATCH] Add missing KepRetireDpcList() routine forward reference --- xtoskrnl/includes/ke.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xtoskrnl/includes/ke.h b/xtoskrnl/includes/ke.h index bea4a09..76a8484 100644 --- a/xtoskrnl/includes/ke.h +++ b/xtoskrnl/includes/ke.h @@ -69,6 +69,10 @@ XTAPI VOID KeStartXtSystem(IN PKERNEL_INITIALIZATION_BLOCK Parameters); +XTFASTCALL +VOID +KepRetireDpcList(IN PKPROCESSOR_CONTROL_BLOCK Prcb); + XTAPI VOID KepSuspendNop(IN PKAPC Apc,