X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fefi_selftest.h;h=eaee188de7ef60db32784f3f3d7a9fbe26fac95d;hb=6864fc8704661878294d1f0f981f47e864ef470f;hp=49d3d6d0b47b96d2bfdf53f842f006090b8aa002;hpb=0a3d59e01038a3a50484b8bfcf834376a7215af0;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/efi_selftest.h b/include/efi_selftest.h index 49d3d6d..eaee188 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. */ @@ -93,17 +93,6 @@ u16 *efi_st_translate_char(u16 code); u16 *efi_st_translate_code(u16 code); /* - * Compare memory. - * We cannot use lib/string.c due to different CFLAGS values. - * - * @buf1: first buffer - * @buf2: second buffer - * @length: number of bytes to compare - * @return: 0 if both buffers contain the same bytes - */ -int efi_st_memcmp(const void *buf1, const void *buf2, size_t length); - -/* * Compare an u16 string to a char string. * * @buf1: u16 string