diff options
Diffstat (limited to 'DuetPkg/FSVariable/FSVariable.c')
-rw-r--r-- | DuetPkg/FSVariable/FSVariable.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DuetPkg/FSVariable/FSVariable.c b/DuetPkg/FSVariable/FSVariable.c index eefaf0394c..7188576ca4 100644 --- a/DuetPkg/FSVariable/FSVariable.c +++ b/DuetPkg/FSVariable/FSVariable.c @@ -500,7 +500,7 @@ Returns: EFI_STATUS
EFIAPI
-GetVariable (
+DuetGetVariable (
IN CHAR16 *VariableName,
IN EFI_GUID *VendorGuid,
OUT UINT32 *Attributes OPTIONAL,
@@ -1268,7 +1268,7 @@ Returns: );
- SystemTable->RuntimeServices->GetVariable = GetVariable;
+ SystemTable->RuntimeServices->GetVariable = DuetGetVariable;
SystemTable->RuntimeServices->GetNextVariableName = GetNextVariableName;
SystemTable->RuntimeServices->SetVariable = SetVariable;
|