2
0
Fork 0
mirror of https://github.com/AsahiLinux/u-boot synced 2025-03-14 22:07:02 +00:00
u-boot/lib/zlib/zlib.h

19 lines
311 B
C
Raw Normal View History

/* Glue between u-boot and upstream zlib */
#ifndef __GLUE_ZLIB_H__
#define __GLUE_ZLIB_H__
#include <linux/compiler.h>
#include <asm/unaligned.h>
#include <watchdog.h>
#include "u-boot/zlib.h"
/* avoid conflicts */
#undef OFF
#undef ASMINF
#undef NO_GZIP
#define GUNZIP
#undef STDC
#undef NO_ERRNO_H
#endif