mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
HalRequestSoftwareInterrupt added
svn path=/trunk/; revision=6721
This commit is contained in:
parent
ed95d0bee5
commit
ae3fddb31b
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ KeRaiseIrqlToSynchLevel(VOID);
|
|||
VOID STDCALL
|
||||
HalReturnToFirmware(ULONG Action);
|
||||
|
||||
VOID FASTCALL
|
||||
HalRequestSoftwareInterrupt(KIRQL SoftwareInterruptRequested);
|
||||
|
||||
/* Non-standard functions */
|
||||
VOID STDCALL
|
||||
HalReleaseDisplayOwnership();
|
||||
|
|
Loading…
Reference in a new issue