Rename module entry point
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2022-10-19 14:55:31 +02:00
parent 984b4b83a1
commit 6c576f95c4
2 changed files with 3 additions and 3 deletions

View File

@@ -33,8 +33,8 @@ PXT_BOOT_LOADER_PROTOCOL EfiXtLdrProtocol;
* @since XT 1.0
*/
EFI_STATUS
BlXtLoaderModuleMain(EFI_HANDLE ImageHandle,
PEFI_SYSTEM_TABLE SystemTable)
BlXtLdrModuleMain(EFI_HANDLE ImageHandle,
PEFI_SYSTEM_TABLE SystemTable)
{
EFI_STATUS Status;