Implement kernel timer initialization routines
已通過所有檢查
ci/woodpecker/push/build Pipeline was successful

此提交包含在:
2023-02-16 17:56:35 +01:00
父節點 91e4176e45
當前提交 b2456fd18a
共有 3 個檔案被更改,包括 71 行新增0 行删除

查看文件

@@ -12,9 +12,19 @@
#include <xtdefs.h>
#include <xtstruct.h>
#include <xttypes.h>
#include <ketypes.h>
/* Kernel services routines forward references */
XTAPI
VOID
KeInitializeTimer(OUT PKTIMER Timer);
XTAPI
VOID
KeInitializeTimerEx(OUT PKTIMER Timer,
IN KTIMER_TYPE Type);
XTAPI
VOID
KeStartXtSystem(IN PKERNEL_INITIALIZATION_BLOCK Parameters);