X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Froms%2Fu-boot%2Flib%2Fzlib%2Fzlib.h;fp=qemu%2Froms%2Fu-boot%2Flib%2Fzlib%2Fzlib.h;h=556be3275477c3523143d01dd12c0771ddf1fac6;hb=e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb;hp=0000000000000000000000000000000000000000;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git diff --git a/qemu/roms/u-boot/lib/zlib/zlib.h b/qemu/roms/u-boot/lib/zlib/zlib.h new file mode 100644 index 000000000..556be3275 --- /dev/null +++ b/qemu/roms/u-boot/lib/zlib/zlib.h @@ -0,0 +1,20 @@ +/* Glue between u-boot and upstream zlib */ +#ifndef __GLUE_ZLIB_H__ +#define __GLUE_ZLIB_H__ + +#include +#include +#include +#include +#include "u-boot/zlib.h" + +/* avoid conflicts */ +#undef OFF +#undef ASMINF +#undef POSTINC +#undef NO_GZIP +#define GUNZIP +#undef STDC +#undef NO_ERRNO_H + +#endif