diff options
author | Olivier Martin <olivier.martin@arm.com> | 2014-07-04 11:11:53 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-07-04 11:11:53 +0000 |
commit | d80401a16f250486baab14f02b044cf2cc1ac949 (patch) | |
tree | 280ea7e9849a6421c2c0a8e3c677a9a9e41bdd63 /ArmPkg/Include/Library | |
parent | e1f2dfec3483e276d267f5ca3540c1505d631c60 (diff) | |
download | edk2-platforms-d80401a16f250486baab14f02b044cf2cc1ac949.tar.xz |
ArmPkg/Drivers/ArmGic: Introduced ArmGicEndOfInterrupt()
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15618 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Include/Library')
-rw-r--r-- | ArmPkg/Include/Library/ArmGicLib.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ArmPkg/Include/Library/ArmGicLib.h b/ArmPkg/Include/Library/ArmGicLib.h index 3280cf8eeb..b35d4a794c 100644 --- a/ArmPkg/Include/Library/ArmGicLib.h +++ b/ArmPkg/Include/Library/ArmGicLib.h @@ -137,6 +137,13 @@ ArmGicAcknowledgeInterrupt ( OUT UINTN *InterruptId
);
+VOID
+EFIAPI
+ArmGicEndOfInterrupt (
+ IN UINTN GicInterruptInterfaceBase,
+ IN UINTN Source
+ );
+
UINTN
EFIAPI
ArmGicSetPriorityMask (
|