Last change
on this file was 99404, checked in by vboxsync, 2 years ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
341 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 | Force interrupt handler to return with interrupts still disabled.
|
---|
3 |
|
---|
4 | Copyright (C) 2022, Fen Systems Ltd.
|
---|
5 |
|
---|
6 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | **/
|
---|
8 |
|
---|
9 | #ifndef _IRET_H_
|
---|
10 | #define _IRET_H_
|
---|
11 |
|
---|
12 | #include <Protocol/DebugSupport.h>
|
---|
13 |
|
---|
14 | VOID
|
---|
15 | DisableInterruptsOnIret (
|
---|
16 | IN OUT EFI_SYSTEM_CONTEXT SystemContext
|
---|
17 | );
|
---|
18 |
|
---|
19 | #endif // _IRET_H_
|
---|
Note:
See
TracBrowser
for help on using the repository browser.