]> git.proxmox.com Git - mirror_edk2.git/blob - EdkModulePkg/Universal/FirmwareVolume/GuidedSectionExtraction/Crc32SectionExtract/Dxe/GuidedSection.h
Initial import.
[mirror_edk2.git] / EdkModulePkg / Universal / FirmwareVolume / GuidedSectionExtraction / Crc32SectionExtract / Dxe / GuidedSection.h
1 /*++
2
3 Copyright (c) 2006, 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 Tiano File Image Format specification
20 FV spec 0.3.6
21
22 --*/
23
24 #ifndef _GUIDED_SECTION_EXTRACTION_H
25 #define _GUIDED_SECTION_EXTRACTION_H
26
27 //
28 // Function prototype declarations
29 //
30 EFI_STATUS
31 GuidedSectionExtractionProtocolConstructor (
32 OUT EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL **GuidedSep,
33 IN EFI_EXTRACT_GUIDED_SECTION ExtractSection
34 )
35 /*++
36
37 Routine Description:
38
39 TODO: Add function description
40
41 Arguments:
42
43 GuidedSep - TODO: add argument description
44 ExtractSection - TODO: add argument description
45
46 Returns:
47
48 TODO: add return values
49
50 --*/
51 ;
52
53 #endif