]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Include/Protocol/Capsule.h
Add the missing PI capsule architecture protocol.
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / Capsule.h
... / ...
CommitLineData
1/** @file\r
2\r
3 Capsule Architectural Protocol is responsible to tag UEFI2.0 capsule runtime services\r
4 are ready in EFI_RUNTIME_SERVICES table.\r
5\r
6Copyright (c) 2006 - 2008, Intel Corporation\r
7All rights reserved. This program and the accompanying materials\r
8are licensed and made available under the terms and conditions of the BSD License\r
9which accompanies this distribution. The full text of the license may be found at\r
10http://opensource.org/licenses/bsd-license.php\r
11\r
12THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14\r
15**/\r
16\r
17#ifndef __ARCH_PROTOCOL_CAPSULE_ARCH_H__\r
18#define __ARCH_PROTOCOL_CAPSULE_ARCH_H__\r
19\r
20//\r
21// Global ID for the Capsule Architectural Protocol\r
22//\r
23#define EFI_CAPSULE_ARCH_PROTOCOL_GUID \\r
24 { 0x5053697e, 0x2cbc, 0x4819, {0x90, 0xd9, 0x05, 0x80, 0xde, 0xee, 0x57, 0x54 }}\r
25\r
26extern EFI_GUID gEfiCapsuleArchProtocolGuid;\r
27\r
28#endif\r