Mike Frysinger | 99596bd | 2011-04-08 12:23:30 +0000 | [diff] [blame] | 1 | /* Glue between u-boot and upstream zlib */ |
| 2 | #ifndef __GLUE_ZLIB_H__ |
| 3 | #define __GLUE_ZLIB_H__ |
| 4 | |
Masahiro Yamada | e722852 | 2014-11-26 16:00:58 +0900 | [diff] [blame] | 5 | #include <linux/compiler.h> |
Mike Frysinger | 99596bd | 2011-04-08 12:23:30 +0000 | [diff] [blame] | 6 | #include <asm/unaligned.h> |
| 7 | #include <watchdog.h> |
| 8 | #include "u-boot/zlib.h" |
| 9 | |
| 10 | /* avoid conflicts */ |
| 11 | #undef OFF |
| 12 | #undef ASMINF |
Mike Frysinger | 99596bd | 2011-04-08 12:23:30 +0000 | [diff] [blame] | 13 | #undef NO_GZIP |
| 14 | #define GUNZIP |
| 15 | #undef STDC |
| 16 | #undef NO_ERRNO_H |
| 17 | |
| 18 | #endif |