commit | a9a25cc3e7d817048e831bfc70ceee11d761ed4f | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Sep 30 13:26:36 2018 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu May 02 18:17:50 2019 +0200 |
tree | 10e7c13a816edbac043417ecdb660316c5d9d8fd | |
parent | 556d8dc937f74fa8a5fa849b7e1393db3446f3b2 [diff] [blame] |
efi_selftest: test exit_data Amend the unit test 'start image exit' to transfer a string as exit data. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
diff --git a/include/efi_selftest.h b/include/efi_selftest.h index 49d3d6d..dd42e49 100644 --- a/include/efi_selftest.h +++ b/include/efi_selftest.h
@@ -16,7 +16,7 @@ #define EFI_ST_SUCCESS 0 #define EFI_ST_FAILURE 1 - +#define EFI_ST_SUCCESS_STR L"SUCCESS" /* * Prints a message. */