efi_selftest: make tests easier to read
[platform/kernel/u-boot.git] / include / efi_selftest.h
index 76304a2..beb662d 100644 (file)
@@ -14,6 +14,9 @@
 #include <efi_api.h>
 #include <linker_lists.h>
 
+#define EFI_ST_SUCCESS 0
+#define EFI_ST_FAILURE 1
+
 /*
  * Prints an error message.
  *