summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/TianoCompress/TianoCompress.h
diff options
context:
space:
mode:
authorYunhua Feng <yunhuax.feng@intel.com>2018-09-30 11:07:18 +0800
committerYonghong Zhu <yonghong.zhu@intel.com>2018-10-15 15:37:45 +0800
commitf1400101a732ee2e7e0f6d53712caec77ff695f9 (patch)
treee45de4668386a8a47d0797cff64f9f642c557b45 /BaseTools/Source/C/TianoCompress/TianoCompress.h
parentf88113789b3d6f0d29a3cf29bca3ce1a872d29b6 (diff)
downloadedk2-f1400101a732ee2e7e0f6d53712caec77ff695f9.tar.gz
edk2-f1400101a732ee2e7e0f6d53712caec77ff695f9.tar.bz2
edk2-f1400101a732ee2e7e0f6d53712caec77ff695f9.zip
BaseTools: Add --uefi option to enable UefiCompress method
Add one new option --uefi to enable UefiCompress. (re-add this patch since it be reverted in Python3 migration patches, but this patch is not related with Python3) Cc: Liming Gao <liming.gao@intel.com> Cc: Yonghong Zhu <yonghong.zhu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com> Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
Diffstat (limited to 'BaseTools/Source/C/TianoCompress/TianoCompress.h')
-rw-r--r--BaseTools/Source/C/TianoCompress/TianoCompress.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/C/TianoCompress/TianoCompress.h b/BaseTools/Source/C/TianoCompress/TianoCompress.h
index d75c00d26f..1297982e27 100644
--- a/BaseTools/Source/C/TianoCompress/TianoCompress.h
+++ b/BaseTools/Source/C/TianoCompress/TianoCompress.h
@@ -427,7 +427,7 @@ Decode (
RETURN_STATUS
EFIAPI
-Decompress (
+TDecompress (
IN VOID *Source,
IN OUT VOID *Destination,
IN OUT VOID *Scratch,