X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fefi_selftest.h;h=5340cefbb6f290c7f76e5fec954989cd95374b90;hb=46b5c8ed017958fc387ab86c71ae6c90abb6793c;hp=94ceb1473303273c343278415fc51891359a88e6;hpb=59e84da0b88e4465f15d196bba59f22c906fa50d;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/efi_selftest.h b/include/efi_selftest.h index 94ceb14..5340cef 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" +#define EFI_ST_SUCCESS_STR u"SUCCESS" /** * efi_st_printf() - print a message @@ -111,7 +111,7 @@ u16 *efi_st_translate_char(u16 code); * efi_st_translate_code() - translate a scan code to a human readable string * * This function translates the scan code returned by the simple text input - * protocol to a human readable string, e.g. 0x04 is translated to L"Left". + * protocol to a human readable string, e.g. 0x04 is translated to u"Left". * * @code: scan code * Return: Unicode string