]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Guid/CapsuleInfo.h
remove member context from _EFI_MTFTP4_TOKEN structure.
[mirror_edk2.git] / MdeModulePkg / Include / Guid / CapsuleInfo.h
CommitLineData
d12f75fe
LG
1/*++\r
2\r
3Copyright (c) 2006 - 2007, Intel Corporation\r
4All rights reserved. This program and the accompanying materials\r
5are licensed and made available under the terms and conditions of the BSD License\r
6which accompanies this distribution. The full text of the license may be found at\r
7http://opensource.org/licenses/bsd-license.php\r
8\r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11\r
12Module Name:\r
13\r
14 CapsuleVendor.h\r
15\r
16Abstract:\r
17\r
18 Capsule update Guid definitions\r
19\r
20--*/\r
21\r
22#ifndef __EFI_CAPSULE_INFO_GUID_H__\r
23#define __EFI_CAPSULE_INFO_GUID_H__\r
24\r
25typedef struct {\r
26 UINT32 CapsuleArrayNumber;\r
27 VOID* CapsulePtr[1];\r
28} EFI_CAPSULE_TABLE;\r
29\r
30typedef struct {\r
31 UINT32 CapsuleGuidNumber;\r
32 EFI_GUID CapsuleGuidPtr[1];\r
33} EFI_CAPSULE_INFO_TABLE;\r
34\r
35//\r
36// This GUID is used for collecting all capsules' Guids who install in ConfigTable.\r
37//\r
38#define EFI_CAPSULE_INFO_GUID \\r
39 { \\r
40 0x8B34EAC7, 0x2690, 0x460B, { 0x8B, 0xA5, 0xD5, 0xCF, 0x32, 0x83, 0x17, 0x35 } \\r
41 }\r
42\r
43extern EFI_GUID gEfiCapsuleInfoGuid;\r
44\r
45#endif // #ifndef _EFI_CAPSULE_INFO_GUID_H_\r