diff options
Diffstat (limited to 'kexec/kexec-zlib.h')
-rw-r--r-- | kexec/kexec-zlib.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kexec/kexec-zlib.h b/kexec/kexec-zlib.h new file mode 100644 index 0000000..43c107b --- /dev/null +++ b/kexec/kexec-zlib.h @@ -0,0 +1,10 @@ +#ifndef __KEXEC_ZLIB_H +#define __KEXEC_ZLIB_H + +#include <stdio.h> +#include <sys/types.h> + +#include "config.h" + +char *zlib_decompress_file(const char *filename, off_t *r_size); +#endif /* __KEXEC_ZLIB_H */ |