]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmAccess/SmmAccess.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Protocol / SmmAccess / SmmAccess.h
index 24e2cbc7202542d344bf7ed07bf4c9eb111dcc38..9878aff1a7632ce7c94a390c49cdb45b8c8cb50f 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 1999 - 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 1999 - 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 @@ EFI_FORWARD_DECLARATION (EFI_SMM_ACCESS_PROTOCOL);
 \r
 #define EFI_SMM_ACCESS_PROTOCOL_GUID \\r
   { \\r
-    0x3792095a, 0xe309, 0x4c1e, 0xaa, 0x01, 0x85, 0xf5, 0x65, 0x5a, 0x17, 0xf1 \\r
+    0x3792095a, 0xe309, 0x4c1e, {0xaa, 0x01, 0x85, 0xf5, 0x65, 0x5a, 0x17, 0xf1} \\r
   }\r
 \r
 //\r
@@ -65,14 +65,14 @@ EFI_STATUS
   IN OUT EFI_SMRAM_DESCRIPTOR            * SmramMap\r
   );\r
 \r
-typedef struct _EFI_SMM_ACCESS_PROTOCOL {\r
+struct _EFI_SMM_ACCESS_PROTOCOL {\r
   EFI_SMM_OPEN          Open;\r
   EFI_SMM_CLOSE         Close;\r
   EFI_SMM_LOCK          Lock;\r
   EFI_SMM_CAPABILITIES  GetCapabilities;\r
   BOOLEAN               LockState;\r
   BOOLEAN               OpenState;\r
-} EFI_SMM_ACCESS_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiSmmAccessProtocolGuid;\r
 \r