aboutsummaryrefslogtreecommitdiffstats
path: root/bootloader/other.h
blob: a60295629b4e922c77241e79ba3aea27c25e6843 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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