]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/FirmwareVolume/GuidedSectionExtraction/Crc32SectionExtract/Dxe/GuidedSection.h
Add IdeBus, DataHub, DataHubStdErr to Nt32 build
[mirror_edk2.git] / MdeModulePkg / Universal / FirmwareVolume / GuidedSectionExtraction / Crc32SectionExtract / Dxe / GuidedSection.h
1 /*++
2
3 Copyright (c) 2006 - 2007, Intel Corporation
4 All rights reserved. This program and the accompanying materials
5 are licensed and made available under the terms and conditions of the BSD License
6 which accompanies this distribution. The full text of the license may be found at
7 http://opensource.org/licenses/bsd-license.php
8
9 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11
12 Module Name:
13
14 GuidedSection.h
15
16 Abstract:
17
18 Header file for GuidedSection.c
19 Please refer to the Framewokr Firmware Volume Specification 0.9.
20
21 --*/
22
23 #ifndef _GUIDED_SECTION_EXTRACTION_H
24 #define _GUIDED_SECTION_EXTRACTION_H
25
26 #include "Crc32SectionExtract.h"
27
28 //
29 // Function prototype declarations
30 //
31 EFI_STATUS
32 GuidedSectionExtractionProtocolConstructor (
33 OUT EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL **GuidedSep,
34 IN EFI_EXTRACT_GUIDED_SECTION ExtractSection
35 )
36 /*++
37
38 Routine Description:
39
40 TODO: Add function description
41
42 Arguments:
43
44 GuidedSep - TODO: add argument description
45 ExtractSection - TODO: add argument description
46
47 Returns:
48
49 TODO: add return values
50
51 --*/
52 ;
53
54 #endif