]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/C/GenFw/Elf32Convert.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / BaseTools / Source / C / GenFw / Elf32Convert.h
1 /** @file
2 Header file for Elf32 Convert solution
3
4 Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
5
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8 **/
9
10 #ifndef _ELF_32_CONVERT_
11 #define _ELF_32_CONVERT_
12
13 BOOLEAN
14 InitializeElf32 (
15 UINT8 *FileBuffer,
16 ELF_FUNCTION_TABLE *ElfFunctions
17 );
18
19 #endif