summaryrefslogtreecommitdiffstats
path: root/memtestEDK/Memtest/Test1/doTest1.c
blob: 11babee5bb2af8314fdd3bcb32a22a46d183732e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include <stdio.h>

#include <stdint.h>
#include <Uefi.h>
#include <Library/UefiLib.h>
#include <Library/UefiApplicationEntryPoint.h>

#include "test.h"

EFI_STATUS
EFIAPI
UefiMain (
  IN EFI_HANDLE        ImageHandle,
  IN EFI_SYSTEM_TABLE  *SystemTable
  )
{

	return EFI_SUCCESS;

}