1
0
geforkt von xt-sys/exectos

Allow BlGetXtLoaderProtocol() routine to store loader protocol in a specified variable

Dieser Commit ist enthalten in:
2022-10-18 15:44:21 +02:00
Ursprung 96a848b498
Commit f8a120a24c
3 geänderte Dateien mit 13 neuen und 7 gelöschten Zeilen

Datei anzeigen

@@ -17,6 +17,6 @@
EXTERN PXT_BOOT_LOADER_PROTOCOL EfiXtLdrProtocol;
EFI_STATUS
BlGetXtLoaderProtocol();
BlGetXtLoaderProtocol(PXT_BOOT_LOADER_PROTOCOL *LdrProtocol);
#endif /* __XTLDR_BLMOD_H */