diff options
author | jchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-19 08:52:01 +0000 |
---|---|---|
committer | jchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-19 08:52:01 +0000 |
commit | 0f13d71cfb2711b95d45bf750ccd3f21c8db1a9e (patch) | |
tree | 691828804a3ee501fc0452d7e1b1c84774536b93 /IntelFrameworkModulePkg/Library | |
parent | fda6722e38c3c559ed34834786970a080acec5da (diff) | |
download | edk2-platforms-0f13d71cfb2711b95d45bf750ccd3f21c8db1a9e.tar.xz |
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8613 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Library')
-rw-r--r-- | IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.c b/IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.c index e4088694be..b7d2380ce0 100644 --- a/IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.c +++ b/IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.c @@ -1,4 +1,4 @@ -/**@file
+/** @file
This library provides API to invoke the S3 resume vector in the APCI Table in S3 resume mode.
This library instance is only for PEI phase use and the APIs in this instance
|