aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_dom_decompress.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libxc/xc_dom_decompress.h')
-rw-r--r--tools/libxc/xc_dom_decompress.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/libxc/xc_dom_decompress.h b/tools/libxc/xc_dom_decompress.h
new file mode 100644
index 0000000000..42cefa3f0e
--- /dev/null
+++ b/tools/libxc/xc_dom_decompress.h
@@ -0,0 +1,8 @@
+#ifndef __MINIOS__
+# include "xc_dom.h"
+#else
+# include "xc_dom_decompress_unsafe.h"
+#endif
+
+int xc_try_lz4_decode(struct xc_dom_image *dom, void **blob, size_t *size);
+