hal: Add stub for KeGetCurrentIrql.
This commit is contained in:
parent
34751fbdf2
commit
4eac19fe94
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
@ stub KdComPortInUse
|
||||
@ stub KeAcquireSpinLock
|
||||
@ stub KeFlushWriteBuffer
|
||||
@ stub KeGetCurrentIrql
|
||||
@ stdcall KeGetCurrentIrql()
|
||||
@ stub KeLowerIrql
|
||||
@ stub KeQueryPerformanceCounter
|
||||
@ stub KeRaiseIrql
|
||||
|
|
Loading…
Reference in New Issue