mirror of
https://github.com/Fennix-Project/Lynx.git
synced 2025-05-30 08:18:09 +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);
|