diff options
author | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-09-05 02:14:32 +0000 |
---|---|---|
committer | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-09-05 02:14:32 +0000 |
commit | a5e465a79f7a3ccf00314ba7fa6be275e1fde790 (patch) | |
tree | 650e36fc89d9260ceda79af840431510044ae237 /EdkModulePkg/Library | |
parent | 94b0f428d7f089354312b22c80acadd26339004f (diff) | |
download | edk2-platforms-a5e465a79f7a3ccf00314ba7fa6be275e1fde790.tar.xz |
Update library constructor definition.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1445 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkModulePkg/Library')
-rw-r--r-- | EdkModulePkg/Library/EdkUefiRuntimeLib/Common/RuntimeLib.c | 2 | ||||
-rw-r--r-- | EdkModulePkg/Library/EdkUefiRuntimeLib/Ipf/RuntimeLib.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/EdkModulePkg/Library/EdkUefiRuntimeLib/Common/RuntimeLib.c b/EdkModulePkg/Library/EdkUefiRuntimeLib/Common/RuntimeLib.c index adddf933e2..d80a71cda2 100644 --- a/EdkModulePkg/Library/EdkUefiRuntimeLib/Common/RuntimeLib.c +++ b/EdkModulePkg/Library/EdkUefiRuntimeLib/Common/RuntimeLib.c @@ -119,6 +119,7 @@ Returns: }
EFI_STATUS
+EFIAPI
RuntimeDriverLibConstruct (
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable
@@ -177,6 +178,7 @@ Returns: }
EFI_STATUS
+EFIAPI
RuntimeDriverLibDeconstruct (
VOID
)
diff --git a/EdkModulePkg/Library/EdkUefiRuntimeLib/Ipf/RuntimeLib.c b/EdkModulePkg/Library/EdkUefiRuntimeLib/Ipf/RuntimeLib.c index a4eeb33838..d0f0d6012b 100644 --- a/EdkModulePkg/Library/EdkUefiRuntimeLib/Ipf/RuntimeLib.c +++ b/EdkModulePkg/Library/EdkUefiRuntimeLib/Ipf/RuntimeLib.c @@ -117,6 +117,7 @@ Returns: }
EFI_STATUS
+EFIAPI
RuntimeDriverLibConstruct (
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable
@@ -194,6 +195,7 @@ Returns: }
EFI_STATUS
+EFIAPI
RuntimeDriverLibDeconstruct (
VOID
)
|