summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Protocol/HiiString.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Protocol/HiiString.h')
-rw-r--r--MdePkg/Include/Protocol/HiiString.h27
1 files changed, 11 insertions, 16 deletions
diff --git a/MdePkg/Include/Protocol/HiiString.h b/MdePkg/Include/Protocol/HiiString.h
index ade4121358..914934132d 100644
--- a/MdePkg/Include/Protocol/HiiString.h
+++ b/MdePkg/Include/Protocol/HiiString.h
@@ -61,8 +61,7 @@ EFI_STATUS
IN CONST CHAR16 *LanguageName OPTIONAL,
IN CONST EFI_STRING String,
IN CONST EFI_FONT_INFO *StringFontInfo OPTIONAL
-);
-
+ );
/**
This function retrieves the string specified by StringId which is associated
@@ -107,7 +106,7 @@ EFI_STATUS
OUT EFI_STRING String,
IN OUT UINTN *StringSize,
OUT EFI_FONT_INFO **StringFontInfo OPTIONAL
-);
+ );
/**
This function updates the string specified by StringId in the specified PackageList to the text
@@ -141,8 +140,7 @@ EFI_STATUS
IN CONST CHAR8 *Language,
IN EFI_STRING String,
IN CONST EFI_FONT_INFO *StringFontInfo OPTIONAL
-);
-
+ );
/**
This function returns the list of supported languages.
@@ -173,8 +171,7 @@ EFI_STATUS
IN EFI_HII_HANDLE PackageList,
IN OUT CHAR8 *Languages,
IN OUT UINTN *LanguagesSize
-);
-
+ );
/**
Each string package has associated with it a single primary language and zero
@@ -217,21 +214,19 @@ EFI_STATUS
IN CONST CHAR8 *PrimaryLanguage,
IN OUT CHAR8 *SecondaryLanguages,
IN OUT UINTN *SecondaryLanguagesSize
-);
-
+ );
///
/// Services to manipulate the string.
///
struct _EFI_HII_STRING_PROTOCOL {
- EFI_HII_NEW_STRING NewString;
- EFI_HII_GET_STRING GetString;
- EFI_HII_SET_STRING SetString;
- EFI_HII_GET_LANGUAGES GetLanguages;
- EFI_HII_GET_2ND_LANGUAGES GetSecondaryLanguages;
+ EFI_HII_NEW_STRING NewString;
+ EFI_HII_GET_STRING GetString;
+ EFI_HII_SET_STRING SetString;
+ EFI_HII_GET_LANGUAGES GetLanguages;
+ EFI_HII_GET_2ND_LANGUAGES GetSecondaryLanguages;
};
-
-extern EFI_GUID gEfiHiiStringProtocolGuid;
+extern EFI_GUID gEfiHiiStringProtocolGuid;
#endif