Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / include / linux / decompress / bunzip2.h
diff --git a/kernel/include/linux/decompress/bunzip2.h b/kernel/include/linux/decompress/bunzip2.h
new file mode 100644 (file)
index 0000000..4d683df
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef DECOMPRESS_BUNZIP2_H
+#define DECOMPRESS_BUNZIP2_H
+
+int bunzip2(unsigned char *inbuf, long len,
+           long (*fill)(void*, unsigned long),
+           long (*flush)(void*, unsigned long),
+           unsigned char *output,
+           long *pos,
+           void(*error)(char *x));
+#endif