]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Protocol/Capsule.h
Add the missing PI capsule architecture protocol.
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / Capsule.h
CommitLineData
504214c4 1/** @file\r
88f20127 2\r
5f597758 3 Capsule Architectural Protocol is responsible to tag UEFI2.0 capsule runtime services\r
346cf9ac 4 are ready in EFI_RUNTIME_SERVICES table.\r
504214c4
LG
5\r
6Copyright (c) 2006 - 2008, Intel Corporation\r
88f20127 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
504214c4 15**/\r
88f20127 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
498aeaf3 24 { 0x5053697e, 0x2cbc, 0x4819, {0x90, 0xd9, 0x05, 0x80, 0xde, 0xee, 0x57, 0x54 }}\r
88f20127 25\r
26extern EFI_GUID gEfiCapsuleArchProtocolGuid;\r
27\r
88f20127 28#endif\r