Unify naming convention

Tento commit je obsažen v:
2024-01-25 22:25:23 +01:00
rodič 9ab4328c9d
revize 73bd43d16d
5 změnil soubory, kde provedl 7 přidání a 7 odebrání

Zobrazit soubor

@@ -150,11 +150,11 @@ XtLdrModuleMain(IN EFI_HANDLE ImageHandle,
}
/* Set routines available via ChainLoader boot protocol */
ChBootProtocol.BootSystem = ChBootSystem;
ChpBootProtocol.BootSystem = ChBootSystem;
/* Register XTOS boot protocol */
XtLdrProtocol->Boot.RegisterProtocol(L"CHAINLOADER", &Guid);
/* Install XTOS protocol */
return XtLdrProtocol->Protocol.Install(&ChBootProtocol, &Guid);
return XtLdrProtocol->Protocol.Install(&ChpBootProtocol, &Guid);
}

Zobrazit soubor

@@ -10,7 +10,7 @@
/* ChainLoader Boot Protocol */
XTBL_BOOT_PROTOCOL ChBootProtocol;
XTBL_BOOT_PROTOCOL ChpBootProtocol;
/* XTLDR protocol handler */
PXTBL_LOADER_PROTOCOL XtLdrProtocol;

Zobrazit soubor

@@ -13,7 +13,7 @@
/* ChainLoader Boot Protocol */
EXTERN XTBL_BOOT_PROTOCOL ChBootProtocol;
EXTERN XTBL_BOOT_PROTOCOL ChpBootProtocol;
/* XTLDR protocol handler */
EXTERN PXTBL_LOADER_PROTOCOL XtLdrProtocol;