summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library/ArmLib/AArch64/AArch64Lib.h
diff options
context:
space:
mode:
authorLeif Lindholm <leif@nuviainc.com>2020-12-18 13:51:35 +0000
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-12-18 15:27:26 +0000
commitbb56ce816b360dfa87bc0a579434c3bf8d5ecb38 (patch)
treed58bd7e51025a9745dbf0d5452911ca1e26ec7ee /ArmPkg/Library/ArmLib/AArch64/AArch64Lib.h
parent982b0a5778f907d9a8e26ff65cd14c48ed31be63 (diff)
downloadedk2-bb56ce816b360dfa87bc0a579434c3bf8d5ecb38.tar.gz
edk2-bb56ce816b360dfa87bc0a579434c3bf8d5ecb38.tar.bz2
edk2-bb56ce816b360dfa87bc0a579434c3bf8d5ecb38.zip
ArmPkg/ArmLib: rename AArch64 variant of ArmReadIdPfr0
ArmReadIdPfr0 is now used only inside ArmLib. Rename the AArch64 variant ArmReadIdAA64Pfr0 and add a declaration of that only into local header AArch64/AArch64Lib.h. Cc: Ard Biesheuvel <ard.biesheuvel@arm.com> Signed-off-by: Leif Lindholm <leif@nuviainc.com> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
Diffstat (limited to 'ArmPkg/Library/ArmLib/AArch64/AArch64Lib.h')
-rw-r--r--ArmPkg/Library/ArmLib/AArch64/AArch64Lib.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ArmPkg/Library/ArmLib/AArch64/AArch64Lib.h b/ArmPkg/Library/ArmLib/AArch64/AArch64Lib.h
index b2c8a8ea0b..85bcecda73 100644
--- a/ArmPkg/Library/ArmLib/AArch64/AArch64Lib.h
+++ b/ArmPkg/Library/ArmLib/AArch64/AArch64Lib.h
@@ -2,6 +2,7 @@
Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
Portions Copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>
+ Copyright (c) 2020, NUVIA Inc. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@@ -35,5 +36,10 @@ ArmCleanInvalidateDataCacheEntryBySetWay (
IN UINTN SetWayFormat
);
+UINTN
+EFIAPI
+ArmReadIdAA64Pfr0 (
+ VOID
+ );
#endif // __AARCH64_LIB_H__