summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/DxeIplPeim/DxeIpl.h
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-19 01:38:40 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-19 01:38:40 +0000
commitb6b98e9133020e8e7752200b496ffe073d673883 (patch)
tree3db5b6b2686e68103efb256d5609514017873096 /MdeModulePkg/Core/DxeIplPeim/DxeIpl.h
parent555a6f45360b9011521ee60c8ff9af03499e3de3 (diff)
downloadedk2-b6b98e9133020e8e7752200b496ffe073d673883.zip
edk2-b6b98e9133020e8e7752200b496ffe073d673883.tar.gz
edk2-b6b98e9133020e8e7752200b496ffe073d673883.tar.bz2
Simplify the code to use the EFI_FV_FILE_INFO structure of DxeCore to save the extra GUID copy.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5525 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/DxeIplPeim/DxeIpl.h')
-rw-r--r--MdeModulePkg/Core/DxeIplPeim/DxeIpl.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/MdeModulePkg/Core/DxeIplPeim/DxeIpl.h b/MdeModulePkg/Core/DxeIplPeim/DxeIpl.h
index 99968d4..790ca45 100644
--- a/MdeModulePkg/Core/DxeIplPeim/DxeIpl.h
+++ b/MdeModulePkg/Core/DxeIplPeim/DxeIpl.h
@@ -91,16 +91,15 @@ PeiLoadFile (
/**
- Searches DxeCore in all firmware Volumes and loads the first instance that contains DxeCore.
-
- @param DxeCoreFileName A Pointer to the EFI_GUID to contain the output DxeCore GUID file name.
+ Searches DxeCore in all firmware Volumes and loads the first
+ instance that contains DxeCore.
@return FileHandle of DxeCore to load DxeCore.
**/
EFI_PEI_FILE_HANDLE
DxeIplFindDxeCore (
- OUT EFI_GUID *DxeCoreFileName
+ VOID
);