summaryrefslogtreecommitdiffstats
path: root/kexec/kexec-lzma.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexec/kexec-lzma.h')
-rw-r--r--kexec/kexec-lzma.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/kexec/kexec-lzma.h b/kexec/kexec-lzma.h
new file mode 100644
index 0000000..d3b751a
--- /dev/null
+++ b/kexec/kexec-lzma.h
@@ -0,0 +1,8 @@
+#ifndef __KEXEC_LZMA_H
+#define __KEXEC_LZMA_H
+
+#include <sys/types.h>
+
+char *lzma_decompress_file(const char *filename, off_t *r_size);
+
+#endif /* __KEXEC_LZMA_H */