diff options
author | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-10 18:59:22 +0000 |
---|---|---|
committer | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-10 18:59:22 +0000 |
commit | fa62b7ce53632e73272fd733116a0521b985d595 (patch) | |
tree | c0f245bb0209bc95cc405a68942887bf9076544b | |
parent | 7781c1991bd3d98e93041c1b185a2091ba443d60 (diff) | |
download | edk2-platforms-fa62b7ce53632e73272fd733116a0521b985d595.tar.xz |
fix comments
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8524 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | IntelFrameworkPkg/Include/Ppi/FvLoadFile.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/IntelFrameworkPkg/Include/Ppi/FvLoadFile.h b/IntelFrameworkPkg/Include/Ppi/FvLoadFile.h index 8a4b3173a0..abe4f3a6d2 100644 --- a/IntelFrameworkPkg/Include/Ppi/FvLoadFile.h +++ b/IntelFrameworkPkg/Include/Ppi/FvLoadFile.h @@ -58,12 +58,11 @@ EFI_STATUS published by a PEIM.The PEI Foundation will use this service to
launch the known non-XIP PE/COFF PEIM images. This service may
depend upon the presence of the EFI_PEI_PERMANENT_MEMORY_INSTALLED_PPI.
-
- @param FvLoadFile
- Loads a PEIM into memory for subsequent execution
-
**/
struct _EFI_PEI_FV_FILE_LOADER_PPI {
+///
+/// Loads a PEIM into memory for subsequent execution
+///
EFI_PEI_FV_LOAD_FILE FvLoadFile;
};
|