Allow BlGetXtLoaderProtocol() routine to store loader protocol in a specified variable
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2022-10-18 15:44:21 +02:00
parent 96a848b498
commit f8a120a24c
3 changed files with 13 additions and 7 deletions

View File

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