http://git.etherboot.org
/
people
/
mcb30
/
basetools.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added Extract interface for easier wrapping of decompressor in Python
[people/mcb30/basetools.git]
/
Source
/
C
/
Common
/
Decompress.h
diff --git
a/Source/C/Common/Decompress.h
b/Source/C/Common/Decompress.h
index
fa7b202
..
8bcf504
100644
(file)
--- a/
Source/C/Common/Decompress.h
+++ b/
Source/C/Common/Decompress.h
@@
-159,4
+159,14
@@
EFI_STATUS
IN OUT VOID *Scratch,
\r
IN UINT32 ScratchSize
\r
);
\r
+
\r
+EFI_STATUS
\r
+Extract (
\r
+ IN VOID *Source,
\r
+ IN UINT32 SrcSize,
\r
+ IN OUT VOID *Destination,
\r
+ IN UINT32 DstSize,
\r
+ IN UINT Algorithm
\r
+ );
\r
+
\r
#endif
\r