]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Include/Framework/Hob.h
Update the copyright notice format
[mirror_edk2.git] / IntelFrameworkPkg / Include / Framework / Hob.h
CommitLineData
79964ac8 1/** @file\r
2 This file defines the data structures per HOB specification v0.9.\r
3\r
2b3687db 4Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
f22f941e 5This program and the accompanying materials are licensed and made available under \r
6the terms and conditions of the BSD License that accompanies this distribution. \r
7The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php. \r
9 \r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
79964ac8 12\r
79964ac8 13 @par Revision Reference:\r
f22f941e 14 These definitions are from the HOB Spec 0.9 that were not adopted by the PI specifications.\r
79964ac8 15\r
16**/\r
17\r
108854b2
LG
18#ifndef _HOB_H_\r
19#define _HOB_H_\r
79964ac8 20\r
2bbaeb0d 21///\r
f22f941e 22/// Capsule volume HOB -- identical to a firmware volume.\r
23/// This macro is defined to comply with the hob Framework Spec. And the marco was\r
24/// retired in the PI1.0 specification. \r
2bbaeb0d 25///\r
9205b2d7 26#define EFI_HOB_TYPE_CV 0x0008\r
79964ac8 27\r
28typedef struct {\r
9205b2d7 29 EFI_HOB_GENERIC_HEADER Header;\r
30 EFI_PHYSICAL_ADDRESS BaseAddress;\r
31 UINT64 Length;\r
79964ac8 32} EFI_HOB_CAPSULE_VOLUME;\r
33\r
34#endif\r