diff options
Diffstat (limited to 'bootloader/other.h')
| -rw-r--r-- | bootloader/other.h | 12 |
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 + |
