From 132d3236bb884433bf94e961f6d32264e0334aec Mon Sep 17 00:00:00 2001 From: ornitorrincos Date: Tue, 18 Aug 2026 12:15:05 +0200 Subject: --- bootloader/other.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bootloader/other.h (limited to 'bootloader/other.h') 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 +#include +#include + +void PrintImageAddr(EFI_HANDLE image); +bool AreEqual(void* lhs, void* rhs, uint64_t size); + +#endif // OTHER_H + -- cgit v1.2.3-70-g09d2