view boot/bootx64.c @ 4:cae91de64e26

gather boot file
author Taiki TAIRA <e095767@ie.u-ryukyu.ac.jp>
date Mon, 17 Dec 2012 22:22:18 +0900
parents
children a394e109feeb
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;
}