Update library constructor definition.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1445 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
yshang1 2006-09-05 02:14:32 +00:00
parent 94b0f428d7
commit a5e465a79f
2 changed files with 4 additions and 0 deletions

View File

@ -119,6 +119,7 @@ Returns:
} }
EFI_STATUS EFI_STATUS
EFIAPI
RuntimeDriverLibConstruct ( RuntimeDriverLibConstruct (
IN EFI_HANDLE ImageHandle, IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable IN EFI_SYSTEM_TABLE *SystemTable
@ -177,6 +178,7 @@ Returns:
} }
EFI_STATUS EFI_STATUS
EFIAPI
RuntimeDriverLibDeconstruct ( RuntimeDriverLibDeconstruct (
VOID VOID
) )

View File

@ -117,6 +117,7 @@ Returns:
} }
EFI_STATUS EFI_STATUS
EFIAPI
RuntimeDriverLibConstruct ( RuntimeDriverLibConstruct (
IN EFI_HANDLE ImageHandle, IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable IN EFI_SYSTEM_TABLE *SystemTable
@ -194,6 +195,7 @@ Returns:
} }
EFI_STATUS EFI_STATUS
EFIAPI
RuntimeDriverLibDeconstruct ( RuntimeDriverLibDeconstruct (
VOID VOID
) )