Implement KeSetTargetProcessorDpc() routine

This commit is contained in:
2023-10-29 19:59:21 +01:00
parent be7981f614
commit aa17be6eb3
3 changed files with 27 additions and 0 deletions

View File

@@ -69,4 +69,9 @@ KeReleaseSemaphore(IN PKSEMAPHORE Semaphore,
IN LONG Adjustment,
IN BOOLEAN Wait);
XTAPI
VOID
KeSetTargetProcessorDpc(IN PKDPC Dpc,
IN CCHAR Number);
#endif /* __XTDK_KEFUNCS_H */