mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +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
|
BOOLEAN NTAPI
|
||||||
HalBeginSystemInterrupt (KIRQL Irql,
|
HalBeginSystemInterrupt (KIRQL Irql,
|
||||||
ULONG Vector,
|
UCHAR Vector,
|
||||||
PKIRQL OldIrql)
|
PKIRQL OldIrql)
|
||||||
{
|
{
|
||||||
ULONG Flags;
|
ULONG Flags;
|
||||||
|
@ -319,7 +319,7 @@ HalBeginSystemInterrupt (KIRQL Irql,
|
||||||
|
|
||||||
VOID NTAPI
|
VOID NTAPI
|
||||||
HalEndSystemInterrupt (KIRQL Irql,
|
HalEndSystemInterrupt (KIRQL Irql,
|
||||||
ULONG Unknown2)
|
UCHAR Vector)
|
||||||
/*
|
/*
|
||||||
* FUNCTION: Finish a system interrupt and restore the specified irq level.
|
* FUNCTION: Finish a system interrupt and restore the specified irq level.
|
||||||
*/
|
*/
|
||||||
|
@ -338,8 +338,8 @@ HalEndSystemInterrupt (KIRQL Irql,
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
HalDisableSystemInterrupt(ULONG Vector,
|
HalDisableSystemInterrupt(UCHAR Vector,
|
||||||
KIRQL Irql)
|
KIRQL Irql)
|
||||||
{
|
{
|
||||||
ULONG irq;
|
ULONG irq;
|
||||||
|
|
||||||
|
@ -361,7 +361,7 @@ HalDisableSystemInterrupt(ULONG Vector,
|
||||||
|
|
||||||
|
|
||||||
BOOLEAN NTAPI
|
BOOLEAN NTAPI
|
||||||
HalEnableSystemInterrupt (ULONG Vector,
|
HalEnableSystemInterrupt (UCHAR Vector,
|
||||||
KIRQL Irql,
|
KIRQL Irql,
|
||||||
KINTERRUPT_MODE InterruptMode)
|
KINTERRUPT_MODE InterruptMode)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue