summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/FMMT/Rebase.h
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/C/FMMT/Rebase.h')
-rw-r--r--BaseTools/Source/C/FMMT/Rebase.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/BaseTools/Source/C/FMMT/Rebase.h b/BaseTools/Source/C/FMMT/Rebase.h
deleted file mode 100644
index 57604a357f..0000000000
--- a/BaseTools/Source/C/FMMT/Rebase.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/** @file Rebase.h
-
- Library to rebase PE image.
-
- Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
- SPDX-License-Identifier: BSD-2-Clause-Patent
-
-**/
-
-#ifndef _FMMT_REBASE_H
-#define _FMMT_REBASE_H
-
-#include <Common/UefiBaseTypes.h>
-#include <Common/PiFirmwareFile.h>
-
-EFI_STATUS
-RebaseFfs(
-IN OUT UINT64 BaseAddress,
-IN CHAR8 *FileName,
-IN OUT EFI_FFS_FILE_HEADER *FfsFile,
-IN UINTN XipOffset
-);
-
-EFI_STATUS
-GetChildFvFromFfs (
- IN UINT64 BaseAddress,
- IN EFI_FFS_FILE_HEADER *FfsFile,
- IN UINTN XipOffset
-);
-
-#endif