]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Framework/Hob.h
Update comment in SMM Library class include file.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Framework / Hob.h
index cdc419d0ea6bef4549a272ee6479d354e9ec9f11..193451e49316c7135df36ef8077f85cd06463dfe 100644 (file)
 //\r
 // Capsule volume HOB -- identical to a firmware volume\r
 //\r
-#define EFI_HOB_TYPE_CV 0x0008\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