]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Guid/CapsuleVendor.h
Add comments and DoxyGen format for these files.
[mirror_edk2.git] / MdeModulePkg / Include / Guid / CapsuleVendor.h
CommitLineData
504214c4 1/** @file\r
88f20127 2\r
504214c4
LG
3 Capsule update Guid definitions for capsule varialbe and capsule hob.\r
4\r
5Copyright (c) 2006 - 2008, Intel Corporation\r
88f20127 6All rights reserved. This program and the accompanying materials\r
7are licensed and made available under the terms and conditions of the BSD License\r
8which accompanies this distribution. The full text of the license may be found at\r
9http://opensource.org/licenses/bsd-license.php\r
10\r
11THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
504214c4 14**/\r
88f20127 15\r
16#ifndef __EFI_CAPSULE_VENDOR_GUID_H__\r
17#define __EFI_CAPSULE_VENDOR_GUID_H__\r
18\r
19//\r
20// Note -- This guid is used as a vendor GUID (depending on implementation)\r
21// for the capsule variable if the capsule pointer is passes through reset\r
22// via a variable.\r
23//\r
24#define EFI_CAPSULE_VENDOR_GUID \\r
25 { 0x711C703F, 0xC285, 0x4B10, { 0xA3, 0xB0, 0x36, 0xEC, 0xBD, 0x3C, 0x8B, 0xE2 } }\r
26\r
3cfb790c 27//\r
28// Name of capsule variable\r
29// \r
30#define EFI_CAPSULE_VARIABLE_NAME L"CapsuleUpdateData"\r
31\r
88f20127 32extern EFI_GUID gEfiCapsuleVendorGuid;\r
33\r
0537d50f
LG
34//\r
35// Data structure of capsule guid hob \r
36//\r
37typedef struct {\r
38 EFI_PHYSICAL_ADDRESS BaseAddress;\r
39 UINT32 Length;\r
40} CAPSULE_HOB_INFO;\r
41\r
88f20127 42#endif // #ifndef _EFI_CAPSULE_VENDOR_GUID_H_\r