]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/C/GenFw/GenFw.h
11b3aa941ebbc6250bfd49ccb986373363e82a82
[mirror_edk2.git] / BaseTools / Source / C / GenFw / GenFw.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 _GEN_FW_H_
16 #define _GEN_FW_H_
17
18 VOID
19 SetHiiResourceHeader (
20 UINT8 *HiiBinData,
21 UINT32 OffsetToFile
22 );
23
24 INTN
25 IsElfHeader (
26 UINT8 *FileBuffer
27 );
28
29 BOOLEAN
30 ConvertElf (
31 UINT8 **FileBuffer,
32 UINT32 *FileLength
33 );
34
35 #endif