hal: Add stub for KeGetCurrentIrql.

This commit is contained in:
Austin English 2009-07-08 18:57:06 -05:00 committed by Alexandre Julliard
parent 34751fbdf2
commit 4eac19fe94
2 changed files with 7 additions and 1 deletions

View file

@ -126,3 +126,9 @@ ULONG WINAPI HalGetBusData(BUS_DATA_TYPE BusDataType, ULONG BusNumber, ULONG Slo
/* Claim that there is no such bus */
return 0;
}
KIRQL WINAPI KeGetCurrentIrql(VOID)
{
FIXME( " stub!\n");
return 0;
}

View file

@ -70,7 +70,7 @@
@ stub KdComPortInUse
@ stub KeAcquireSpinLock
@ stub KeFlushWriteBuffer
@ stub KeGetCurrentIrql
@ stdcall KeGetCurrentIrql()
@ stub KeLowerIrql
@ stub KeQueryPerformanceCounter
@ stub KeRaiseIrql