[BNX2]: Add firmware decompression
[pandora-kernel.git] / drivers / net / bnx2.h
index ea1ab06..cc36b75 100644 (file)
@@ -4051,6 +4051,9 @@ struct bnx2 {
        u32                     flash_size;
 
        int                     status_stats_size;
+
+       struct z_stream_s       *strm;
+       void                    *gunzip_buf;
 };
 
 static u32 bnx2_reg_rd_ind(struct bnx2 *bp, u32 offset);