Add some DPC related stubs
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 28s
Builds / ExectOS (i686) (push) Successful in 29s

This commit is contained in:
2023-11-16 14:53:54 +01:00
parent ec4a0fcb70
commit 1a932468a2
3 changed files with 64 additions and 17 deletions

View File

@@ -74,4 +74,12 @@ VOID
KeSetTargetProcessorDpc(IN PKDPC Dpc,
IN CCHAR Number);
XTAPI
VOID
KeSignalCallDpcDone(IN PVOID SystemArgument);
XTAPI
BOOLEAN
KeSignalCallDpcSynchronize(IN PVOID SystemArgument);
#endif /* __XTDK_KEFUNCS_H */