TianoCore EDK2 master
Loading...
Searching...
No Matches
NvVarStoreFormattedLib.c
Go to the documentation of this file.
1
22#include <Base.h>
23
24RETURN_STATUS
25EFIAPI
26NvVarStoreFormattedInitialize (
27 VOID
28 )
29{
30 //
31 // Do nothing, just imbue VariablePei / VariableRuntimeDxe / VariableSmm with
32 // a PPI or protocol dependency on EDKII_NV_VAR_STORE_FORMATTED_GUID.
33 //
34 return RETURN_SUCCESS;
35}
#define RETURN_SUCCESS
Definition: Base.h:1066