aboutsummaryrefslogtreecommitdiff
path: root/block/dmg.h
diff options
context:
space:
mode:
authorJulio Faracco <jcfaracco@gmail.com>2018-11-05 13:08:05 -0200
committerKevin Wolf <kwolf@redhat.com>2018-12-14 11:52:40 +0100
commit7a40b418ec95e80a7d164acb5104a9fa50ecc901 (patch)
treed1d63b64320400e1650d1977f7c93fc6b3230cd3 /block/dmg.h
parent83bc1f9768f29d350494dba9b36d5da217fbb989 (diff)
dmg: including dmg-lzfse module inside dmg block driver.
This commit includes the support to new module dmg-lzfse into dmg block driver. It includes the support for block type ULFO (0x80000007). Signed-off-by: Julio Faracco <jcfaracco@gmail.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'block/dmg.h')
-rw-r--r--block/dmg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/block/dmg.h b/block/dmg.h
index 2ecf239ba5..f28929998f 100644
--- a/block/dmg.h
+++ b/block/dmg.h
@@ -55,4 +55,7 @@ typedef struct BDRVDMGState {
extern int (*dmg_uncompress_bz2)(char *next_in, unsigned int avail_in,
char *next_out, unsigned int avail_out);
+extern int (*dmg_uncompress_lzfse)(char *next_in, unsigned int avail_in,
+ char *next_out, unsigned int avail_out);
+
#endif