summaryrefslogtreecommitdiffstats
path: root/ArmPkg
diff options
context:
space:
mode:
authorOlivier Martin <olivier.martin@arm.com>2014-07-29 14:10:45 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2014-07-29 14:10:45 +0000
commit46d4d75cb2301d4af76a8fca6f9815e9699b3555 (patch)
tree152e7e2068929a3cc58174f2f22221d20c6e0954 /ArmPkg
parent3ab3d1388740fa3502e6cee5a1992b48e45b83c3 (diff)
downloadedk2-46d4d75cb2301d4af76a8fca6f9815e9699b3555.tar.gz
edk2-46d4d75cb2301d4af76a8fca6f9815e9699b3555.tar.bz2
edk2-46d4d75cb2301d4af76a8fca6f9815e9699b3555.zip
ArmPkg/ArmLib.h: Fixed name of the argument
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@15711 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg')
-rw-r--r--ArmPkg/Include/Library/ArmLib.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/ArmPkg/Include/Library/ArmLib.h b/ArmPkg/Include/Library/ArmLib.h
index d6e962b309..bc3b89663c 100644
--- a/ArmPkg/Include/Library/ArmLib.h
+++ b/ArmPkg/Include/Library/ArmLib.h
@@ -580,16 +580,28 @@ ArmEnableVFP (
VOID
);
+/**
+ Get the Secure Configuration Register value
+
+ @return Value read from the Secure Configuration Register
+
+**/
UINT32
EFIAPI
ArmReadScr (
VOID
);
+/**
+ Set the Secure Configuration Register
+
+ @param Value Value to write to the Secure Configuration Register
+
+**/
VOID
EFIAPI
ArmWriteScr (
- IN UINT32 SetWayFormat
+ IN UINT32 Value
);
UINT32