Change IPF version AuthVariable driver to support multiple-platform feature.
Signed-off-by: rni2 Reviewed-by: erictian git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12730 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -30,6 +30,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
#include <Guid/EventGroup.h>
|
||||
|
||||
#include <Library/PcdLib.h>
|
||||
#include <Library/HobLib.h>
|
||||
#include <Library/UefiDriverEntryPoint.h>
|
||||
#include <Library/DxeServicesTableLib.h>
|
||||
#include <Library/UefiRuntimeLib.h>
|
||||
@@ -493,4 +494,12 @@ IsValidVariableHeader (
|
||||
OUT VARIABLE_HEADER *VariableHeader OPTIONAL
|
||||
);
|
||||
|
||||
/**
|
||||
Flush the HOB variable to NV variable storage.
|
||||
**/
|
||||
VOID
|
||||
FlushHob2Nv (
|
||||
VOID
|
||||
);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user