]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Protocol/VgaMiniPort/VgaMiniPort.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Protocol / VgaMiniPort / VgaMiniPort.h
index 40304ab64eafbf560bf6db6a6056f7691a3c8393..781ff5f9a2d56de2cda49dd09f7589dfca2cb6df 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2006, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2006, 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
@@ -25,7 +25,7 @@ Abstract:
 \r
 #define EFI_VGA_MINI_PORT_PROTOCOL_GUID \\r
   { \\r
-    0xc7735a2f, 0x88f5, 0x4882, 0xae, 0x63, 0xfa, 0xac, 0x8c, 0x8b, 0x86, 0xb3 \\r
+    0xc7735a2f, 0x88f5, 0x4882, {0xae, 0x63, 0xfa, 0xac, 0x8c, 0x8b, 0x86, 0xb3} \\r
   }\r
 \r
 EFI_FORWARD_DECLARATION (EFI_VGA_MINI_PORT_PROTOCOL);\r
@@ -51,7 +51,7 @@ EFI_STATUS
     EFI_DEVICE_ERROR      - The device is not functioning properly.\r
 \r
 --*/\r
-typedef struct _EFI_VGA_MINI_PORT_PROTOCOL {\r
+struct _EFI_VGA_MINI_PORT_PROTOCOL {\r
   EFI_VGA_MINI_PORT_SET_MODE  SetMode;\r
 \r
   UINT64                      VgaMemoryOffset;\r
@@ -63,7 +63,7 @@ typedef struct _EFI_VGA_MINI_PORT_PROTOCOL {
   UINT8                       CrtcDataRegisterBar;\r
 \r
   UINT8                       MaxMode;\r
-} EFI_VGA_MINI_PORT_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiVgaMiniPortProtocolGuid;\r
 \r