#include "Uefi.h" #include "Library/UefiLib.h" #include "Library/UefiApplicationEntryPoint.h" #include "Guid/FileSystemInfo.h" #include "memtest86+/efi/main.h" EFI_STATUS EFIAPI UefiMain ( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) { Print(L"MemtestEfi started\n"); test_start(); return EFI_SUCCESS; }