]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Ppi/DeviceRecoveryModule/DeviceRecoveryModule.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Ppi / DeviceRecoveryModule / DeviceRecoveryModule.h
index fd7b4cb4bc57a631a617fa26aebdef8d6a157ae3..dbf0247760433940ebdb40580e5dde5e83bdb225 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 1999 - 2002, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 1999 - 2002, 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 PEI_DEVICE_RECOVERY_MODULE_INTERFACE_PPI \\r
   { \\r
-    0x0DE2CE25, 0x446A, 0x45a7, 0xBF, 0xC9, 0x37, 0xDA, 0x26, 0x34, 0x4B, 0x37 \\r
+    0x0DE2CE25, 0x446A, 0x45a7, {0xBF, 0xC9, 0x37, 0xDA, 0x26, 0x34, 0x4B, 0x37} \\r
   }\r
 \r
 EFI_FORWARD_DECLARATION (PEI_DEVICE_RECOVERY_MODULE_INTERFACE);\r
@@ -57,11 +57,11 @@ EFI_STATUS
   OUT VOID                                        *Buffer\r
   );\r
 \r
-typedef struct _PEI_DEVICE_RECOVERY_MODULE_INTERFACE {\r
+struct _PEI_DEVICE_RECOVERY_MODULE_INTERFACE {\r
   PEI_DEVICE_GET_NUMBER_RECOVERY_CAPSULE  GetNumberRecoveryCapsules;\r
   PEI_DEVICE_GET_RECOVERY_CAPSULE_INFO    GetRecoveryCapsuleInfo;\r
   PEI_DEVICE_LOAD_RECOVERY_CAPSULE        LoadRecoveryCapsule;\r
-} PEI_DEVICE_RECOVERY_MODULE_INTERFACE;\r
+};\r
 \r
 extern EFI_GUID gPeiDeviceRecoveryModulePpiGuid;\r
 \r