aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/decompress.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/include/xen/decompress.h')
-rw-r--r--xen/include/xen/decompress.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/xen/decompress.h b/xen/include/xen/decompress.h
index 681439f731..b2955faa4b 100644
--- a/xen/include/xen/decompress.h
+++ b/xen/include/xen/decompress.h
@@ -31,7 +31,7 @@ typedef int decompress_fn(unsigned char *inbuf, unsigned int len,
* dependent).
*/
-decompress_fn bunzip2, unxz, unlzma, unlzo;
+decompress_fn bunzip2, unxz, unlzma, unlzo, unlz4;
int decompress(void *inbuf, unsigned int len, void *outbuf);