From 46d4d75cb2301d4af76a8fca6f9815e9699b3555 Mon Sep 17 00:00:00 2001 From: Olivier Martin Date: Tue, 29 Jul 2014 14:10:45 +0000 Subject: ArmPkg/ArmLib.h: Fixed name of the argument Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15711 6f19259b-4bc3-4df7-8a09-765794883524 --- ArmPkg/Include/Library/ArmLib.h | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'ArmPkg/Include/Library/ArmLib.h') 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 -- cgit v1.2.3