diff options
Diffstat (limited to 'include/linux/decompress/generic.h')
-rw-r--r-- | include/linux/decompress/generic.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/decompress/generic.h b/include/linux/decompress/generic.h index f847f514f78e..6dfb856327bb 100644 --- a/include/linux/decompress/generic.h +++ b/include/linux/decompress/generic.h | |||
@@ -26,5 +26,8 @@ typedef int (*decompress_fn) (unsigned char *inbuf, int len, | |||
26 | *fill should be called (repeatedly...) to read data, at most IOBUF_SIZE | 26 | *fill should be called (repeatedly...) to read data, at most IOBUF_SIZE |
27 | */ | 27 | */ |
28 | 28 | ||
29 | /* Utility routine to detect the decompression method */ | ||
30 | decompress_fn decompress_method(const unsigned char *inbuf, int len, | ||
31 | const char **name); | ||
29 | 32 | ||
30 | #endif | 33 | #endif |