From 5b8804621cdd1f38a0f48f85c9308028fe20e672 Mon Sep 17 00:00:00 2001 From: Martin Petr Date: Fri, 28 Nov 2025 22:50:05 +0100 Subject: [PATCH] Add source --- efi-port/core/src/efi.h | 1 + 1 file changed, 1 insertion(+) diff --git a/efi-port/core/src/efi.h b/efi-port/core/src/efi.h index ad61ddc..d4ad368 100644 --- a/efi-port/core/src/efi.h +++ b/efi-port/core/src/efi.h @@ -3,6 +3,7 @@ #include +// Taken from: https://github.com/AndreVallestero/minimal-efi/blob/master/main.c typedef struct EfiTableHeader { uint64_t signature; uint32_t revision;