mirror of https://github.com/acidanthera/audk.git
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:
parent
94b0f428d7
commit
a5e465a79f
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue