blob: 560e7be97d3aae01582180c2ace68ceb02467aaa [file] [log] [blame]
Mike Frysingere89516f2011-04-08 12:23:30 +00001/* Glue between u-boot and upstream zlib */
2#ifndef __GLUE_ZLIB_H__
3#define __GLUE_ZLIB_H__
4
Masahiro Yamadaafc366f2014-11-26 16:00:58 +09005#include <linux/compiler.h>
Mike Frysingere89516f2011-04-08 12:23:30 +00006#include <asm/unaligned.h>
7#include <watchdog.h>
8#include "u-boot/zlib.h"
9
10/* avoid conflicts */
11#undef OFF
12#undef ASMINF
13#undef POSTINC
14#undef NO_GZIP
15#define GUNZIP
16#undef STDC
17#undef NO_ERRNO_H
18
19#endif