Add missing comment
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 29s
Builds / ExectOS (i686) (push) Successful in 28s

This commit is contained in:
Rafal Kupiec 2024-01-02 12:37:20 +01:00
parent 3a0fd18211
commit 0055d3eaa5
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -24,6 +24,7 @@ EXTERN LIST_ENTRY BlpConfigSections;
/* XT Boot Loader hex table */ /* XT Boot Loader hex table */
EXTERN PUINT16 BlpHexTable; EXTERN PUINT16 BlpHexTable;
/* XT Boot Loader protocol */
EXTERN XTBL_LOADER_PROTOCOL BlpLdrProtocol; EXTERN XTBL_LOADER_PROTOCOL BlpLdrProtocol;
/* XT Boot Loader loaded modules list */ /* XT Boot Loader loaded modules list */