mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-06-05 11:17:56 +00:00
6 lines
161 B
C
6 lines
161 B
C
#pragma once
|
|
#include <efi.h>
|
|
#include <efilib.h>
|
|
|
|
EFI_FILE *LoadFile(EFI_FILE *Directory, CHAR16 *Path, EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable);
|