]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Protocol/Crc32GuidedSectionExtraction.h
Import EhciDxe and UhciDxe into MdeModulePkg.
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / Crc32GuidedSectionExtraction.h
CommitLineData
ba237732
A
1/** @file\r
2 This protocol implements a FV section extraction using a CRC32 encapsulation.\r
3\r
4 The GUID defins the encapsulation scheme and the data structures come from\r
5 the SectionExtraction protocol definition.\r
6\r
7 Copyright (c) 2006, Intel Corporation\r
8 All rights reserved. This program and the accompanying materials\r
9 are licensed and made available under the terms and conditions of the BSD License\r
10 which accompanies this distribution. The full text of the license may be found at\r
11 http://opensource.org/licenses/bsd-license.php\r
12\r
13 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15\r
16**/\r
17\r
18#ifndef __CRC32_GUIDED_SECTION_EXTRACTION_PROTOCOL_H__\r
19#define __CRC32_GUIDED_SECTION_EXTRACTION_PROTOCOL_H__\r
20\r
21\r
22//\r
23// Protocol GUID definition. Each GUIDed section extraction protocol has the\r
24// same interface but with different GUID. All the GUIDs is defined here.\r
25// May add multiple GUIDs here.\r
26//\r
27#define EFI_CRC32_GUIDED_SECTION_EXTRACTION_PROTOCOL_GUID \\r
28 { 0xFC1BCDB0, 0x7D31, 0x49aa, {0x93, 0x6A, 0xA4, 0x60, 0x0D, 0x9D, 0xD0, 0x83 } }\r
29\r
30//\r
31// Forward reference for pure ANSI compatability\r
32//\r
33typedef struct _EFI_CRC32_GUIDED_SECTION_EXTRACTION_PROTOCOL EFI_CRC32_GUID_SECTION_EXTRACTION_PROTOCOL;\r
34\r
35//\r
36// The data structures are the same as GuidedSectionExtraction protocol only the GUID's are different\r
37//\r
38#include <Protocol/GuidedSectionExtraction.h>\r
39\r
40extern EFI_GUID gEfiCrc32GuidedSectionExtractionProtocolGuid;\r
41\r
42#endif\r