diff options
author | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-03 04:56:34 +0000 |
---|---|---|
committer | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-03 04:56:34 +0000 |
commit | c311f86b23f334412fa0b57ede8b4daec7ec66fe (patch) | |
tree | c938d23357d9da5508c13d0be8b14007297b9676 /MdePkg/Library/PeiServicesTablePointerLibIdt | |
parent | a69a84d3cb5e3824b973321addc2336589848305 (diff) | |
download | edk2-platforms-c311f86b23f334412fa0b57ede8b4daec7ec66fe.tar.xz |
[Description]
Scrub MdePkg:
- Add file description with doxygen format.
- Add calling convention of library class in MdePkg.
- Add function descriptions of public protocol/library class.
[Impaction]
It should be backward-compatible.
[Ref Info]
N/A
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4985 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/PeiServicesTablePointerLibIdt')
-rw-r--r-- | MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointer.c b/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointer.c index 2536d6a861..42f4e1b637 100644 --- a/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointer.c +++ b/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointer.c @@ -73,6 +73,7 @@ SetPeiServicesTablePointer ( @param PeiServices The address of PeiServices pointer.
**/
VOID
+EFIAPI
MigrateIdtTable (
IN EFI_PEI_SERVICES **PeiServices
)
|