summaryrefslogtreecommitdiff
path: root/kernel/efi/efi.h
blob: 7428f37054d6a80f3c84a9f449f48b612c4494e8 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __EFI_H
#define __EFI_H

#include <efi.h>

EFI_STATUS efi_load_mmap(EFI_SYSTEM_TABLE *ST);
EFI_STATUS efi_load_gop(EFI_SYSTEM_TABLE *ST);

#endif /* efi.h */