Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / include / linux / decompress / unlzma.h
diff --git a/kernel/include/linux/decompress/unlzma.h b/kernel/include/linux/decompress/unlzma.h
new file mode 100644 (file)
index 0000000..8a891a1
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef DECOMPRESS_UNLZMA_H
+#define DECOMPRESS_UNLZMA_H
+
+int unlzma(unsigned char *, long,
+          long (*fill)(void*, unsigned long),
+          long (*flush)(void*, unsigned long),
+          unsigned char *output,
+          long *posp,
+          void(*error)(char *x)
+       );
+
+#endif