summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/FindFv.c
diff options
context:
space:
mode:
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/FindFv.c')
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/FindFv.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/FindFv.c b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/FindFv.c
index fcff7a648d..cbfad238bc 100644
--- a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/FindFv.c
+++ b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/FindFv.c
@@ -1,6 +1,6 @@
/*++
-Copyright (c) 2006, Intel Corporation
+Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -29,7 +29,7 @@ Abstract:
static
VOID *
-GetHob (
+FindFvGetHob (
IN UINT16 Type,
IN VOID *HobStart
)
@@ -84,6 +84,7 @@ Returns:
}
EFI_STATUS
+EFIAPI
FindFv (
IN EFI_FIND_FV_PPI *This,
IN EFI_PEI_SERVICES **PeiServices,
@@ -146,7 +147,7 @@ Returns:
//
while (FvIndex <= *FvNumber) {
- Hob.Raw = GetHob (EFI_HOB_TYPE_FV, HobStart.Raw);
+ Hob.Raw = FindFvGetHob (EFI_HOB_TYPE_FV, HobStart.Raw);
//
// If the Hob is not EFI_HOB_TYPE_FV, it indicates that