mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
Fix build.
svn path=/trunk/; revision=45218
This commit is contained in:
parent
cdb563f380
commit
c88ec84439
1 changed files with 5 additions and 5 deletions
|
@ -292,7 +292,7 @@ KeRaiseIrqlToSynchLevel (VOID)
|
|||
|
||||
BOOLEAN NTAPI
|
||||
HalBeginSystemInterrupt (KIRQL Irql,
|
||||
ULONG Vector,
|
||||
UCHAR Vector,
|
||||
PKIRQL OldIrql)
|
||||
{
|
||||
ULONG Flags;
|
||||
|
@ -319,7 +319,7 @@ HalBeginSystemInterrupt (KIRQL Irql,
|
|||
|
||||
VOID NTAPI
|
||||
HalEndSystemInterrupt (KIRQL Irql,
|
||||
ULONG Unknown2)
|
||||
UCHAR Vector)
|
||||
/*
|
||||
* FUNCTION: Finish a system interrupt and restore the specified irq level.
|
||||
*/
|
||||
|
@ -338,8 +338,8 @@ HalEndSystemInterrupt (KIRQL Irql,
|
|||
|
||||
VOID
|
||||
NTAPI
|
||||
HalDisableSystemInterrupt(ULONG Vector,
|
||||
KIRQL Irql)
|
||||
HalDisableSystemInterrupt(UCHAR Vector,
|
||||
KIRQL Irql)
|
||||
{
|
||||
ULONG irq;
|
||||
|
||||
|
@ -361,7 +361,7 @@ HalDisableSystemInterrupt(ULONG Vector,
|
|||
|
||||
|
||||
BOOLEAN NTAPI
|
||||
HalEnableSystemInterrupt (ULONG Vector,
|
||||
HalEnableSystemInterrupt (UCHAR Vector,
|
||||
KIRQL Irql,
|
||||
KINTERRUPT_MODE InterruptMode)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue