X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFrameworkPkg%2FInclude%2FFramework%2FHob.h;h=b26cb4ea2859fe7b306fef6420fdc91caeddb6c6;hb=e1d8d892f2b10cd2b0614268f76fa4030a5cef2f;hp=cdc419d0ea6bef4549a272ee6479d354e9ec9f11;hpb=694b922c0b238c7e358bd48ddbd835fd48a29f33;p=mirror_edk2.git diff --git a/IntelFrameworkPkg/Include/Framework/Hob.h b/IntelFrameworkPkg/Include/Framework/Hob.h index cdc419d0ea..b26cb4ea28 100644 --- a/IntelFrameworkPkg/Include/Framework/Hob.h +++ b/IntelFrameworkPkg/Include/Framework/Hob.h @@ -1,7 +1,7 @@ /** @file This file defines the data structures per HOB specification v0.9. - Copyright (c) 2007, Intel Corporation + Copyright (c) 2007 - 2009, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -22,15 +22,15 @@ #include -// -// Capsule volume HOB -- identical to a firmware volume -// -#define EFI_HOB_TYPE_CV 0x0008 +/// +/// Capsule volume HOB -- identical to a firmware volume +/// +#define EFI_HOB_TYPE_CV 0x0008 typedef struct { - EFI_HOB_GENERIC_HEADER Header; - EFI_PHYSICAL_ADDRESS BaseAddress; - UINT64 Length; + EFI_HOB_GENERIC_HEADER Header; + EFI_PHYSICAL_ADDRESS BaseAddress; + UINT64 Length; } EFI_HOB_CAPSULE_VOLUME; #endif