]> git.proxmox.com Git - mirror_edk2.git/blob - EdkModulePkg/Universal/FirmwareVolume/GuidedSectionExtraction/Crc32SectionExtract/Dxe/GuidedSection.h
Clean up the following module msa files, they are edkmodule package ftwlit, Crc32Sect...
[mirror_edk2.git] / EdkModulePkg / 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 //
27 // Function prototype declarations
28 //
29 EFI_STATUS
30 GuidedSectionExtractionProtocolConstructor (
31 OUT EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL **GuidedSep,
32 IN EFI_EXTRACT_GUIDED_SECTION ExtractSection
33 )
34 /*++
35
36 Routine Description:
37
38 TODO: Add function description
39
40 Arguments:
41
42 GuidedSep - TODO: add argument description
43 ExtractSection - TODO: add argument description
44
45 Returns:
46
47 TODO: add return values
48
49 --*/
50 ;
51
52 #endif