code: 9ferno

ref: e5527913576a5a62ff0e5c8cb5b9cf6688095f65
dir: /os/boot/libflate/zlib.h/

View raw version
/*
 * zlib header fields
 */
enum
{
	ZlibMeth	= 0x0f,			/* mask of compression methods */
	ZlibDeflate	= 0x08,

	ZlibCInfo	= 0xf0,			/* mask of compression aux. info */
	ZlibWin32k	= 0x70,			/* 32k history window */
};