]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/decompress/generic.h
Merge branches 'tracing/ftrace', 'tracing/syscalls' and 'linus' into tracing/core
[mv-sheeva.git] / include / linux / decompress / generic.h
index f847f514f78e0f0f6e357068485f5f01f803cb98..6dfb856327bbe714300ae004cba6787d59d961d0 100644 (file)
@@ -26,5 +26,8 @@ typedef int (*decompress_fn) (unsigned char *inbuf, int len,
  *fill should be called (repeatedly...) to read data, at most IOBUF_SIZE
  */
 
+/* Utility routine to detect the decompression method */
+decompress_fn decompress_method(const unsigned char *inbuf, int len,
+                               const char **name);
 
 #endif