summaryrefslogtreecommitdiffstats
path: root/qemu/roms/u-boot/lib/zlib/zlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/u-boot/lib/zlib/zlib.h')
-rw-r--r--qemu/roms/u-boot/lib/zlib/zlib.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/qemu/roms/u-boot/lib/zlib/zlib.h b/qemu/roms/u-boot/lib/zlib/zlib.h
deleted file mode 100644
index 556be3275..000000000
--- a/qemu/roms/u-boot/lib/zlib/zlib.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/* Glue between u-boot and upstream zlib */
-#ifndef __GLUE_ZLIB_H__
-#define __GLUE_ZLIB_H__
-
-#include <common.h>
-#include <compiler.h>
-#include <asm/unaligned.h>
-#include <watchdog.h>
-#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