moved everything to chookspace
This commit is contained in:
12
gnu-efi/apps/exit.c
Normal file
12
gnu-efi/apps/exit.c
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <efi.h>
|
||||
#include <efilib.h>
|
||||
|
||||
EFI_STATUS
|
||||
efi_main (EFI_HANDLE image_handle, EFI_SYSTEM_TABLE *systab)
|
||||
{
|
||||
InitializeLib(image_handle, systab);
|
||||
|
||||
Exit(EFI_SUCCESS, 0, NULL);
|
||||
|
||||
return EFI_UNSUPPORTED;
|
||||
}
|
||||
Reference in New Issue
Block a user