]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Protocol/Capsule.h
Add comments and DoxyGen format for these files.
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / Capsule.h
CommitLineData
504214c4 1/** @file\r
88f20127 2\r
504214c4
LG
3 Capsule Architectural Protocol is added to produce UEFI2.0 capsule runtime services.\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 __ARCH_PROTOCOL_CAPSULE_ARCH_H__\r
17#define __ARCH_PROTOCOL_CAPSULE_ARCH_H__\r
18\r
19//\r
20// Global ID for the Capsule Architectural Protocol\r
21//\r
22#define EFI_CAPSULE_ARCH_PROTOCOL_GUID \\r
23 { 0x5053697e, 0x2ebc, 0x4819, {0x90, 0xd9, 0x05, 0x80, 0xde, 0xee, 0x57, 0x54 }}\r
24\r
25extern EFI_GUID gEfiCapsuleArchProtocolGuid;\r
26\r
88f20127 27#endif\r