]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPkg/ArmLib.h: Fixed name of the argument
authorOlivier Martin <olivier.martin@arm.com>
Tue, 29 Jul 2014 14:10:45 +0000 (14:10 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 29 Jul 2014 14:10:45 +0000 (14:10 +0000)
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

ArmPkg/Include/Library/ArmLib.h

index d6e962b309da07e68b13e6c799a1ea8dae6ad261..bc3b89663c9639c65579fbc019386e6f3f1acc50 100644 (file)
@@ -580,16 +580,28 @@ ArmEnableVFP (
   VOID\r
   );\r
 \r
+/**\r
+  Get the Secure Configuration Register value\r
+\r
+  @return   Value read from the Secure Configuration Register\r
+\r
+**/\r
 UINT32\r
 EFIAPI\r
 ArmReadScr (\r
   VOID\r
   );\r
 \r
+/**\r
+  Set the Secure Configuration Register\r
+\r
+  @param Value   Value to write to the Secure Configuration Register\r
+\r
+**/\r
 VOID\r
 EFIAPI\r
 ArmWriteScr (\r
-  IN  UINT32   SetWayFormat\r
+  IN  UINT32   Value\r
   );\r
 \r
 UINT32\r