]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/LegacyBios.h
EdkCompatibilityPkg: Fix typos in comments
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Protocol / LegacyBios / LegacyBios.h
index 9ce922144cfe3b5915d0a77a4d970f78662b6689..46ed7785faeecede58a05104d216bb425d16f6da 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2007, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2004 - 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
@@ -44,7 +44,7 @@ Revision History
 \r
 #define EFI_LEGACY_BIOS_PROTOCOL_GUID \\r
   { \\r
-    0xdb9a1e3d, 0x45cb, 0x4abb, 0x85, 0x3b, 0xe5, 0x38, 0x7f, 0xdb, 0x2e, 0x2d \\r
+    0xdb9a1e3d, 0x45cb, 0x4abb, {0x85, 0x3b, 0xe5, 0x38, 0x7f, 0xdb, 0x2e, 0x2d} \\r
   }\r
 \r
 EFI_FORWARD_DECLARATION (EFI_LEGACY_BIOS_PROTOCOL);\r
@@ -218,7 +218,7 @@ typedef enum {
   Compatibility16DispatchOprom          = 0x0005,\r
   Compatibility16GetTableAddress        = 0x0006,\r
   Compatibility16SetKeyboardLeds        = 0x0007,\r
-  Compatibility16InstallPciHandler      = 0x0008,\r
+  Compatibility16InstallPciHandler      = 0x0008\r
 } EFI_COMPATIBILITY_FUNCTIONS;\r
 \r
 //\r
@@ -433,7 +433,7 @@ EFI_STATUS
     Flags     - Indicates if ROM found and if PC-AT.\r
 \r
   Returns:\r
-    EFI_SUCCESS  - Legacy Option ROM availible for this device\r
+    EFI_SUCCESS  - Legacy Option ROM available for this device\r
     EFI_UNSUPPORTED  - Legacy Option ROM not supported.\r
 \r
 --*/\r
@@ -694,7 +694,7 @@ Returns:
 --*/\r
 ;\r
 \r
-typedef struct _EFI_LEGACY_BIOS_PROTOCOL {\r
+struct _EFI_LEGACY_BIOS_PROTOCOL {\r
   EFI_LEGACY_BIOS_INT86                       Int86;\r
   EFI_LEGACY_BIOS_FARCALL86                   FarCall86;\r
   EFI_LEGACY_BIOS_CHECK_ROM                   CheckPciRom;\r
@@ -707,7 +707,7 @@ typedef struct _EFI_LEGACY_BIOS_PROTOCOL {
   EFI_LEGACY_BIOS_GET_LEGACY_REGION           GetLegacyRegion;\r
   EFI_LEGACY_BIOS_COPY_LEGACY_REGION          CopyLegacyRegion;\r
   EFI_LEGACY_BIOS_BOOT_UNCONVENTIONAL_DEVICE  BootUnconventionalDevice;\r
-} EFI_LEGACY_BIOS_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiLegacyBiosProtocolGuid;\r
 \r