summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/include/efilib.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/efi/include/efilib.h')
-rw-r--r--sys/boot/efi/include/efilib.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/boot/efi/include/efilib.h b/sys/boot/efi/include/efilib.h
index 9d79939..695f334 100644
--- a/sys/boot/efi/include/efilib.h
+++ b/sys/boot/efi/include/efilib.h
@@ -31,4 +31,7 @@ extern EFI_SYSTEM_TABLE *ST;
extern EFI_BOOT_SERVICES *BS;
extern EFI_RUNTIME_SERVICES *RS;
-void efi_init(EFI_HANDLE image_handle, EFI_SYSTEM_TABLE *system_table);
+void efi_main(EFI_HANDLE image_handle, EFI_SYSTEM_TABLE *system_table);
+
+EFI_STATUS main(int argc, CHAR16 *argv[]);
+void exit(EFI_STATUS status);
OpenPOWER on IntegriCloud