diff options
author | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-10 18:57:33 +0000 |
---|---|---|
committer | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-10 18:57:33 +0000 |
commit | 7781c1991bd3d98e93041c1b185a2091ba443d60 (patch) | |
tree | 5f79f6d2243ee36cc346affbc128a58cce43569c /IntelFrameworkPkg | |
parent | ec87b52aaf3f9b87dba2e27d2657ad808e9c177f (diff) | |
download | edk2-platforms-7781c1991bd3d98e93041c1b185a2091ba443d60.tar.xz |
fix comments
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8523 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg')
-rw-r--r-- | IntelFrameworkPkg/Include/Ppi/S3Resume.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/IntelFrameworkPkg/Include/Ppi/S3Resume.h b/IntelFrameworkPkg/Include/Ppi/S3Resume.h index 0d0a4f7dc4..4629611088 100644 --- a/IntelFrameworkPkg/Include/Ppi/S3Resume.h +++ b/IntelFrameworkPkg/Include/Ppi/S3Resume.h @@ -29,7 +29,7 @@ Module Name: S3Resume.h
@par Revision Reference:
- This PPI is defined in Framework of EFI S3 Resume Boot Path spec.
+ This PPI is defined in Framework for EFI S3 Resume Boot Path spec.
Version 0.9.
**/
@@ -67,13 +67,12 @@ EFI_STATUS @par Ppi Description:
EFI_PEI_S3_RESUME_PPI accomplishes the firmware S3 resume boot
path and transfers control to OS.
-
- @param S3RestoreConfig
- Restores the platform to its preboot configuration for an S3 resume and
- jumps to the OS waking vector.
-
**/
struct _EFI_PEI_S3_RESUME_PPI {
+///
+/// Restores the platform to its preboot configuration for an S3 resume and
+/// jumps to the OS waking vector.
+///
EFI_PEI_S3_RESUME_PPI_RESTORE_CONFIG S3RestoreConfig;
};
|