summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorNigel Croxon <ncroxon@redhat.com>2017-02-17 16:30:28 -0500
committerNigel Croxon <ncroxon@redhat.com>2017-02-17 16:30:28 -0500
commit3f8935c3d04f4ef313947142356f7271382900bf (patch)
treeb1d71d7b162d2885a546eea762867aebf7d72612 /inc
parent787cb7fcd8954f8865249128d99626e4d2c0c252 (diff)
downloadgnu-efi-3f8935c3d04f4ef313947142356f7271382900bf.tar.gz
add-Exit - Add Exit() library function which calls BS->Exit()
Signed-off-by: Jonathon Reinhart <jonathon.reinhart@gmail.com> Signed-off-by: Nigel Croxon <ncroxon@redhat.com>
Diffstat (limited to 'inc')
-rw-r--r--inc/efilib.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/inc/efilib.h b/inc/efilib.h
index cd5d9ae..22da65b 100644
--- a/inc/efilib.h
+++ b/inc/efilib.h
@@ -208,6 +208,13 @@ EFIDebugVariable (
VOID
);
+VOID
+Exit(
+ IN EFI_STATUS ExitStatus,
+ IN UINTN ExitDataSize,
+ IN CHAR16 *ExitData OPTIONAL
+ );
+
INTN
GetShellArgcArgv(
EFI_HANDLE ImageHandle,