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