Move all globals into separate file

This commit is contained in:
2023-11-16 17:20:20 +01:00
parent 1a932468a2
commit a2af4841da
6 changed files with 44 additions and 27 deletions

View File

@@ -14,6 +14,12 @@
#include <blmod.h>
/* List of available block devices */
EXTERN LIST_ENTRY EfiBlockDevices;
/* XT Boot Loader hex table */
EXTERN PUINT16 EfiHexTable;
/* EFI Image Handle */
EXTERN EFI_HANDLE EfiImageHandle;