]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/C/GenFw/Elf32Convert.h
e6a11d57bcef57c9cd941f759110f3efb89eae59
[mirror_edk2.git] / BaseTools / Source / C / GenFw / Elf32Convert.h
1 /** @file
2
3 Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
4
5 This program and the accompanying materials are licensed and made available
6 under the terms and conditions of the BSD License which accompanies this
7 distribution. The full text of the license may be found at
8 http://opensource.org/licenses/bsd-license.php
9
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12
13 **/
14
15 #ifndef _ELF_32_CONVERT_
16 #define _ELF_32_CONVERT_
17
18 BOOLEAN
19 InitializeElf32 (
20 UINT8 *FileBuffer,
21 ELF_FUNCTION_TABLE *ElfFunctions
22 );
23
24 #endif