diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-12 05:47:03 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-12 05:47:03 +0000 |
commit | e40b7d5d1b4f7d0cc7d4e91d6aa26033d5afd3a7 (patch) | |
tree | d932e3229ae226f104a956a85b1d10df40d983d9 /MdeModulePkg/Include/Library | |
parent | fba25bdd548b00d0b2982ab17748de0aa29d609b (diff) | |
download | edk2-platforms-e40b7d5d1b4f7d0cc7d4e91d6aa26033d5afd3a7.tar.xz |
Update some comments for MdeModulePkg Include header files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8536 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include/Library')
-rw-r--r-- | MdeModulePkg/Include/Library/HiiLib.h | 6 | ||||
-rw-r--r-- | MdeModulePkg/Include/Library/ResetSystemLib.h | 9 |
2 files changed, 6 insertions, 9 deletions
diff --git a/MdeModulePkg/Include/Library/HiiLib.h b/MdeModulePkg/Include/Library/HiiLib.h index af3ed0eb2b..dd8c231d4f 100644 --- a/MdeModulePkg/Include/Library/HiiLib.h +++ b/MdeModulePkg/Include/Library/HiiLib.h @@ -304,8 +304,8 @@ HiiConstructConfigHdr ( BOOLEAN
EFIAPI
HiiSetToDefaults (
- IN CONST EFI_STRING Request, OPTIONAL
- IN UINT16 DefaultId
+ IN CONST EFI_STRING Request, OPTIONAL
+ IN UINT16 DefaultId
);
/**
@@ -325,7 +325,7 @@ HiiSetToDefaults ( BOOLEAN
EFIAPI
HiiValidateSettings (
- IN CONST EFI_STRING Request OPTIONAL
+ IN CONST EFI_STRING Request OPTIONAL
);
/**
diff --git a/MdeModulePkg/Include/Library/ResetSystemLib.h b/MdeModulePkg/Include/Library/ResetSystemLib.h index f77c441ad5..4b67865fa3 100644 --- a/MdeModulePkg/Include/Library/ResetSystemLib.h +++ b/MdeModulePkg/Include/Library/ResetSystemLib.h @@ -46,8 +46,7 @@ ResetWarm ( This function causes the system to enter a power state equivalent
to the ACPI G2/S5 or G3 states.
- If this function returns, it means the system does
- not support shut down reset.
+ If this function returns, it means that the system does not support shut down reset.
**/
VOID
EFIAPI
@@ -56,11 +55,9 @@ ResetShutdown ( );
/**
- This function causes the system to enter S3 and then
- wake up immediately.
+ This function causes the system to enter S3 and then wake up immediately.
- If this function returns, it means the
- system does not support the feature.
+ If this function returns, it means that the system does not support S3 feature.
**/
VOID
EFIAPI
|