Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[cascardo/linux.git] / arch / powerpc / boot / ops.h
index e19b64e..309d1b1 100644 (file)
@@ -260,4 +260,7 @@ int __ilog2_u32(u32 n)
        return 31 - bit;
 }
 
+long partial_decompress(void *inbuf, unsigned long input_size, void *outbuf,
+       unsigned long output_size, unsigned long skip);
+
 #endif /* _PPC_BOOT_OPS_H_ */