From 0055d3eaa5a39629b974da59718faac4ede9d505 Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Tue, 2 Jan 2024 12:37:20 +0100 Subject: [PATCH] Add missing comment --- xtldr2/includes/globals.h | 1 + 1 file changed, 1 insertion(+) diff --git a/xtldr2/includes/globals.h b/xtldr2/includes/globals.h index 0e6402a..172ec21 100644 --- a/xtldr2/includes/globals.h +++ b/xtldr2/includes/globals.h @@ -24,6 +24,7 @@ EXTERN LIST_ENTRY BlpConfigSections; /* XT Boot Loader hex table */ EXTERN PUINT16 BlpHexTable; +/* XT Boot Loader protocol */ EXTERN XTBL_LOADER_PROTOCOL BlpLdrProtocol; /* XT Boot Loader loaded modules list */