]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Framework/Hob.h
Inconsistent with specification here:
[mirror_edk2.git] / IntelFrameworkPkg / Include / Framework / Hob.h
index cdc419d0ea6bef4549a272ee6479d354e9ec9f11..b26cb4ea2859fe7b306fef6420fdc91caeddb6c6 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   This file defines the data structures per HOB specification v0.9.\r
 \r
-  Copyright (c) 2007, Intel Corporation\r
+  Copyright (c) 2007 - 2009, Intel Corporation\r
   All rights reserved. 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
 \r
 #include <PiPei.h>\r
 \r
-//\r
-// Capsule volume HOB -- identical to a firmware volume\r
-//\r
-#define EFI_HOB_TYPE_CV 0x0008\r
+///\r
+/// Capsule volume HOB -- identical to a firmware volume\r
+///\r
+#define EFI_HOB_TYPE_CV           0x0008\r
 \r
 typedef struct {\r
-  EFI_HOB_GENERIC_HEADER  Header;\r
-  EFI_PHYSICAL_ADDRESS    BaseAddress;\r
-  UINT64                  Length;\r
+  EFI_HOB_GENERIC_HEADER            Header;\r
+  EFI_PHYSICAL_ADDRESS              BaseAddress;\r
+  UINT64                            Length;\r
 } EFI_HOB_CAPSULE_VOLUME;\r
 \r
 #endif\r