]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmSwDispatch/SmmSwDispatch.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Protocol / SmmSwDispatch / SmmSwDispatch.h
index 765d1baa29dba2e24a43a1604f59b515da3e4031..b5a6962eddeaec9bd5b3145b4ccd3050b4f3a62c 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
@@ -30,7 +30,7 @@ Revision History
 //\r
 #define EFI_SMM_SW_DISPATCH_PROTOCOL_GUID \\r
   { \\r
-    0xe541b773, 0xdd11, 0x420c, 0xb0, 0x26, 0xdf, 0x99, 0x36, 0x53, 0xf8, 0xbf \\r
+    0xe541b773, 0xdd11, 0x420c, {0xb0, 0x26, 0xdf, 0x99, 0x36, 0x53, 0xf8, 0xbf} \\r
   }\r
 \r
 EFI_FORWARD_DECLARATION (EFI_SMM_SW_DISPATCH_PROTOCOL);\r
@@ -140,11 +140,11 @@ EFI_STATUS
 //\r
 // Interface structure for the SMM Software SMI Dispatch Protocol\r
 //\r
-typedef struct _EFI_SMM_SW_DISPATCH_PROTOCOL {\r
+struct _EFI_SMM_SW_DISPATCH_PROTOCOL {\r
   EFI_SMM_SW_REGISTER   Register;\r
   EFI_SMM_SW_UNREGISTER UnRegister;\r
   UINTN                 MaximumSwiValue;\r
-} EFI_SMM_SW_DISPATCH_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiSmmSwDispatchProtocolGuid;\r
 \r