Source
1
+
// SPDX-License-Identifier: GPL-2.0
1
2
#define DEBG(x)
2
3
#define DEBG1(x)
3
4
/* inflate.c -- Not copyrighted 1992 by Mark Adler
4
5
version c10p1, 10 January 1993 */
5
6
​
6
7
/*
7
8
* Adapted for booting Linux by Hannu Savolainen 1993
8
9
* based on gzip-1.0.3
9
10
*
10
11
* Nicolas Pitre <nico@fluxnic.net>, 1999/04/14 :