powerpc/boot: Use the pre-boot decompression API
[sfrench/cifs-2.6.git] / arch / powerpc / boot / ops.h
index e19b64ef977a2b5feaead6d0f69b9f309f0eaad2..309d1b127e966f8161d7940eaf30e2f68b2b47e6 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_ */