mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
3ab3d13887
commit
46d4d75cb2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue