mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:55:41 +00:00
[HAL]
fix HalEndSystemInterrupt prototype. svn path=/trunk/; revision=45324
This commit is contained in:
parent
26dab4c37d
commit
4d1da2ea5c
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ HalBeginSystemInterrupt (KIRQL Irql,
|
||||||
|
|
||||||
VOID NTAPI
|
VOID NTAPI
|
||||||
HalEndSystemInterrupt (KIRQL Irql,
|
HalEndSystemInterrupt (KIRQL Irql,
|
||||||
UCHAR Vector)
|
IN PKTRAP_FRAME TrapFrame)
|
||||||
/*
|
/*
|
||||||
* FUNCTION: Finish a system interrupt and restore the specified irq level.
|
* FUNCTION: Finish a system interrupt and restore the specified irq level.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue