fix HalEndSystemInterrupt prototype.

svn path=/trunk/; revision=45324
This commit is contained in:
Sylvain Petreolle 2010-01-29 22:08:09 +00:00
parent 26dab4c37d
commit 4d1da2ea5c

View file

@ -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.
*/ */