9 lines
128 B
C
9 lines
128 B
C
|
#include <efi.h>
|
||
|
#include <efilib.h>
|
||
|
|
||
|
EFI_STATUS
|
||
|
efi_main (EFI_HANDLE image, EFI_SYSTEM_TABLE *systab)
|
||
|
{
|
||
|
return EFI_SUCCESS;
|
||
|
}
|