diff options
author | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-16 06:31:22 +0000 |
---|---|---|
committer | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-16 06:31:22 +0000 |
commit | 373b5cf97cc650d2e81d4909ff5327b6ce0b6c26 (patch) | |
tree | 450d935834d97058e23e6f9fd524f2d8967f4f9f /MdePkg/Library/PeiServicesTablePointerLibIdt | |
parent | f824f71e4bf6f81d1ecbe652f3c313222c1e3c01 (diff) | |
download | edk2-platforms-373b5cf97cc650d2e81d4909ff5327b6ce0b6c26.tar.xz |
Code Scrub the common includes in MdePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5493 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/PeiServicesTablePointerLibIdt')
-rw-r--r-- | MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointer.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointer.c b/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointer.c index 42f4e1b637..97abaa4aeb 100644 --- a/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointer.c +++ b/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointer.c @@ -23,7 +23,8 @@ base addres is used to save the EFI_PEI_SERVICES**.
For x64, the eight-bytes field immediately prior to new IDT
base addres is used to save the EFI_PEI_SERVICES**
- @retval The pointer to PeiServices.
+
+ @return The pointer to PeiServices.
**/
EFI_PEI_SERVICES **
@@ -43,14 +44,15 @@ GetPeiServicesTablePointer ( /**
- The function returns the pointer to PeiServicee following
+ The function sets the pointer to PeiServicee following
PI1.0.
For IA32, the four-bytes field immediately prior to new IDT
base addres is used to save the EFI_PEI_SERVICES**.
For x64, the eight-bytes field immediately prior to new IDT
base addres is used to save the EFI_PEI_SERVICES**
- @retval The pointer to PeiServices.
+
+ @param PeiServicesTablePointer The pointer to PeiServices.
**/
VOID
|