summaryrefslogtreecommitdiff
path: root/EdkModulePkg/Library/EdkUefiRuntimeLib/Ipf/RuntimeLib.c
diff options
context:
space:
mode:
authoryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2006-09-05 02:14:32 +0000
committeryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2006-09-05 02:14:32 +0000
commita5e465a79f7a3ccf00314ba7fa6be275e1fde790 (patch)
tree650e36fc89d9260ceda79af840431510044ae237 /EdkModulePkg/Library/EdkUefiRuntimeLib/Ipf/RuntimeLib.c
parent94b0f428d7f089354312b22c80acadd26339004f (diff)
downloadedk2-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/EdkUefiRuntimeLib/Ipf/RuntimeLib.c')
-rw-r--r--EdkModulePkg/Library/EdkUefiRuntimeLib/Ipf/RuntimeLib.c2
1 files changed, 2 insertions, 0 deletions
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
)