summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library/ArmLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Library/ArmLib.h')
-rw-r--r--MdePkg/Include/Library/ArmLib.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/MdePkg/Include/Library/ArmLib.h b/MdePkg/Include/Library/ArmLib.h
index a5823af..52ff1b8 100644
--- a/MdePkg/Include/Library/ArmLib.h
+++ b/MdePkg/Include/Library/ArmLib.h
@@ -699,6 +699,18 @@ ArmHasGicSystemRegisters (
VOID
);
+/**
+ Check whether the CPU supports the GICv5 system register interface
+
+ @return Whether GICv5 System Register Interface is supported
+
+**/
+BOOLEAN
+EFIAPI
+ArmHasGicV5SystemRegisters (
+ VOID
+ );
+
/** Checks if CCIDX is implemented.
@retval TRUE CCIDX is implemented.