mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 16:14:04 +02:00
fix comments
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8524 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
7781c1991b
commit
fa62b7ce53
@ -58,12 +58,11 @@ EFI_STATUS
|
|||||||
published by a PEIM.The PEI Foundation will use this service to
|
published by a PEIM.The PEI Foundation will use this service to
|
||||||
launch the known non-XIP PE/COFF PEIM images. This service may
|
launch the known non-XIP PE/COFF PEIM images. This service may
|
||||||
depend upon the presence of the EFI_PEI_PERMANENT_MEMORY_INSTALLED_PPI.
|
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 {
|
struct _EFI_PEI_FV_FILE_LOADER_PPI {
|
||||||
|
///
|
||||||
|
/// Loads a PEIM into memory for subsequent execution
|
||||||
|
///
|
||||||
EFI_PEI_FV_LOAD_FILE FvLoadFile;
|
EFI_PEI_FV_LOAD_FILE FvLoadFile;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user