]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Protocol/IdeControllerInit/IdeControllerInit.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Protocol / IdeControllerInit / IdeControllerInit.h
index 06df0192c5de941a7698ecbf3c8c29967e0eaabd..c28852c64b14cda63e2ddeb010ba9e85ff41c99b 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2004, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2004, 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
@@ -31,7 +31,7 @@ Revision History
 // Global ID for the EFI Platform IDE Protocol GUID\r
 //\r
 #define EFI_IDE_CONTROLLER_INIT_PROTOCOL_GUID \\r
-  { 0xa1e37052, 0x80d9, 0x4e65, 0xa3, 0x17, 0x3e, 0x9a, 0x55, 0xc4, 0x3e, 0xc9 }\r
+  { 0xa1e37052, 0x80d9, 0x4e65, {0xa3, 0x17, 0x3e, 0x9a, 0x55, 0xc4, 0x3e, 0xc9} }\r
 \r
 ////////////////////////////////////////////////////////////////////////////////////////\r
 // Forward reference, ANSI compatability\r
@@ -331,7 +331,7 @@ EFI_STATUS
 // An IDE Bus driver wants to manage an IDE bus and possible IDE devices will have to retrieve the \r
 // EFI_IDE_CONTROLLER_INIT_PROTOCOL instances.\r
 //\r
-typedef struct _EFI_IDE_CONTROLLER_INIT_PROTOCOL {\r
+struct _EFI_IDE_CONTROLLER_INIT_PROTOCOL {\r
   EFI_IDE_CONTROLLER_GET_CHANNEL_INFO    GetChannelInfo;\r
   EFI_IDE_CONTROLLER_NOTIFY_PHASE        NotifyPhase;\r
   EFI_IDE_CONTROLLER_SUBMIT_DATA         SubmitData;\r
@@ -340,7 +340,7 @@ typedef struct _EFI_IDE_CONTROLLER_INIT_PROTOCOL {
   EFI_IDE_CONTROLLER_SET_TIMING          SetTiming;\r
   BOOLEAN                                                        EnumAll;\r
   UINT8                                                               ChannelCount; \r
-} EFI_IDE_CONTROLLER_INIT_PROTOCOL;\r
+};\r
 \r
 \r
 extern EFI_GUID gEfiIdeControllerInitProtocolGuid;\r