view bootx64.c @ 5:4b51f0c01fa7

improve
author taiki
date Tue, 18 Dec 2012 17:01:31 +0900
parents 0fefb1d94991
children
line wrap: on
line source

#include <efi.h>
#include <efilib.h>

EFI_STATUS
efi_main(EFI_HANDLE image, EFI_SYSTEM_TABLE *system_tab)
{
    EFI_STATUS ret = EFI_SUCCESS;
    return ret;
}