]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiString/HiiString.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Efi / Protocol / HiiString / HiiString.h
index d1fc9fde440d1b423f4941f11e7a1c2f5a9ee1ad..c243d9e6802fc93d052f7f8988a9e350dc0dcc76 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2007, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
 http://opensource.org/licenses/bsd-license.php                                            \r
@@ -33,7 +33,7 @@ Revision History
 //\r
 #define EFI_HII_STRING_PROTOCOL_GUID \\r
   { \\r
-    0xfd96974, 0x23aa, 0x4cdc, 0xb9, 0xcb, 0x98, 0xd1, 0x77, 0x50, 0x32, 0x2a \\r
+    0xfd96974, 0x23aa, 0x4cdc, {0xb9, 0xcb, 0x98, 0xd1, 0x77, 0x50, 0x32, 0x2a} \\r
   }\r
 \r
 EFI_FORWARD_DECLARATION (EFI_HII_STRING_PROTOCOL);\r
@@ -65,7 +65,7 @@ EFI_STATUS
                         associated with a given Language is not zero, the LanguageName being passed \r
                         in will be ignored.    \r
     String            - Points to the new null-terminated string.                                                                                     \r
-    StringFontInfo    - Points to the new string¡¯s font information or NULL if the string should have the\r
+    StringFontInfo    - Points to the new string's font information or NULL if the string should have the\r
                         default system font, size and style.                                                  \r
 \r
   Returns:\r
@@ -105,7 +105,7 @@ EFI_STATUS
     StringSize        - On entry, points to the size of the buffer pointed to by \r
                         String, in bytes. On return,\r
                         points to the length of the string, in bytes.                                                                                             \r
-    StringFontInfo    - If not NULL, points to the string¡¯s font information. \r
+    StringFontInfo    - If not NULL, points to the string's font information. \r
                         It's caller's responsibility to free this buffer.\r
 \r
   Returns:\r
@@ -139,10 +139,10 @@ EFI_STATUS
   Arguments:          \r
     This              - A pointer to the EFI_HII_STRING_PROTOCOL instance.\r
     PackageList       - The package list containing the strings.\r
-    StringId          - The string¡¯s id, which is unique within PackageList.    \r
+    StringId          - The string's id, which is unique within PackageList.    \r
     Language          - Points to the language for the updated string.\r
     String            - Points to the new null-terminated string.                   \r
-    StringFontInfo    - Points to the string¡¯s font information or NULL if the string font information is not\r
+    StringFontInfo    - Points to the string's font information or NULL if the string font information is not\r
                         changed.  \r
 \r
   Returns:\r
@@ -227,13 +227,13 @@ EFI_STATUS
 //\r
 // Interface structure for the EFI_HII_STRING_PROTOCOL\r
 //\r
-typedef struct _EFI_HII_STRING_PROTOCOL {\r
+struct _EFI_HII_STRING_PROTOCOL {\r
   EFI_HII_NEW_STRING        NewString;\r
   EFI_HII_GET_STRING        GetString;\r
   EFI_HII_SET_STRING        SetString;\r
   EFI_HII_GET_LANGUAGES     GetLanguages;\r
   EFI_HII_GET_2ND_LANGUAGES GetSecondaryLanguages;\r
-} EFI_HII_STRING_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiHiiStringProtocolGuid;\r
 \r