aboutsummaryrefslogtreecommitdiffstats
path: root/bootloader/other.h
diff options
context:
space:
mode:
authorGravatar ornitorrincos 2026-08-18 12:15:05 +0200
committerGravatar ornitorrincos 2026-08-18 12:15:05 +0200
commit132d3236bb884433bf94e961f6d32264e0334aec (patch)
tree06638976b06f019ea4037175ff228f8271057c44 /bootloader/other.h
Diffstat (limited to 'bootloader/other.h')
-rw-r--r--bootloader/other.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/bootloader/other.h b/bootloader/other.h
new file mode 100644
index 0000000..a602956
--- /dev/null
+++ b/bootloader/other.h
@@ -0,0 +1,12 @@
+#ifndef OTHER_H
+#define OTHER_H
+
+#include <efi.h>
+#include <efilib.h>
+#include <efidef.h>
+
+void PrintImageAddr(EFI_HANDLE image);
+bool AreEqual(void* lhs, void* rhs, uint64_t size);
+
+#endif // OTHER_H
+