Sync to trunk HEAD (r45072)
[reactos.git] / reactos / hal / halx86 / include / halp.h
index 6fe0daa..f4b9c0c 100644 (file)
@@ -325,6 +325,10 @@ HalpReleaseCmosSpinLock(
     VOID
 );
 
+VOID
+NTAPI
+HalpSetInterruptGate(ULONG Index, PVOID Address);
+
 #ifdef _M_AMD64
 #define KfLowerIrql KeLowerIrql
 #ifndef CONFIG_SMP