Merge trunk head (46467)
[reactos.git] / reactos / hal / halx86 / include / halp.h
index 2d487c9..a74163e 100644 (file)
@@ -685,6 +685,15 @@ VOID
 NTAPI
 HalpSetInterruptGate(ULONG Index, PVOID Address);
 
+
+VOID
+FASTCALL
+KeUpdateSystemTime(
+    IN PKTRAP_FRAME TrapFrame,
+    IN ULONG Increment,
+    IN KIRQL OldIrql
+);
+
 #ifdef _M_AMD64
 #define KfLowerIrql KeLowerIrql
 #ifndef CONFIG_SMP