diff options
Diffstat (limited to 'ArmPkg/Include/Library/ArmGicLib.h')
-rw-r--r-- | ArmPkg/Include/Library/ArmGicLib.h | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/ArmPkg/Include/Library/ArmGicLib.h b/ArmPkg/Include/Library/ArmGicLib.h index 725ee268af..6f69aeb926 100644 --- a/ArmPkg/Include/Library/ArmGicLib.h +++ b/ArmPkg/Include/Library/ArmGicLib.h @@ -158,39 +158,6 @@ ArmGicSetPriorityMask ( IN INTN PriorityMask
);
-VOID
-EFIAPI
-ArmGicSetInterruptPriority (
- IN UINTN GicDistributorBase,
- IN UINTN GicRedistributorBase,
- IN UINTN Source,
- IN UINT32 Priority
- );
-
-VOID
-EFIAPI
-ArmGicEnableInterrupt (
- IN UINTN GicDistributorBase,
- IN UINTN GicRedistributorBase,
- IN UINTN Source
- );
-
-VOID
-EFIAPI
-ArmGicDisableInterrupt (
- IN UINTN GicDistributorBase,
- IN UINTN GicRedistributorBase,
- IN UINTN Source
- );
-
-BOOLEAN
-EFIAPI
-ArmGicIsInterruptEnabled (
- IN UINTN GicDistributorBase,
- IN UINTN GicRedistributorBase,
- IN UINTN Source
- );
-
// GIC revision 2 specific declarations
// Interrupts from 1020 to 1023 are considered as special interrupts
|