1
0
geforkt von xt-sys/exectos

Loop over halt; add missing calling convention

Dieser Commit ist enthalten in:
2022-12-27 20:12:59 +01:00
Ursprung 5b75d005a7
Commit 6d77ff42c5
18 geänderte Dateien mit 137 neuen und 5 gelöschten Zeilen

Datei anzeigen

@@ -20,6 +20,7 @@
*
* @since XT 1.0
*/
XTCDECL
EFI_STATUS
BlGetXtLoaderProtocol(OUT PXT_BOOT_LOADER_PROTOCOL *LdrProtocol)
{
@@ -42,6 +43,7 @@ BlGetXtLoaderProtocol(OUT PXT_BOOT_LOADER_PROTOCOL *LdrProtocol)
*
* @since XT 1.0
*/
XTCDECL
EFI_STATUS
BlLoadXtProtocol(OUT PVOID *ProtocolHandler,
IN PEFI_GUID ProtocolGuid)