]> git.sur5r.net Git - u-boot/blobdiff - include/lzma/LzmaTypes.h
powerpc/85xx: Fix USB protocol definitions for P1020RDB
[u-boot] / include / lzma / LzmaTypes.h
index 02daa59174d09df8cef52717c2f836c6e5b91f32..740720cfe9bb27c3bc965d41c94a01e8a408adde 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Fake include for LzmaTypes.h
+ * Fake include for Types.h
  *
- * Copyright (C) 2007-2008 Industrie Dial Face S.p.A.
+ * Copyright (C) 2007-2009 Industrie Dial Face S.p.A.
  * Luigi 'Comio' Mantellini (luigi.mantellini@idf-hit.com)
  *
  * See file CREDITS for list of people who contributed to this
  * MA 02111-1307 USA
  */
 
-#ifndef __LZMATYPES_H__FAKE__
-#define __LZMATYPES_H__FAKE__
+#ifndef __TYPES_H__FAKE__
+#define __TYPES_H__FAKE__
 
-#include "../../lib_generic/lzma/LzmaTypes.h"
+/*
+ *This avoids the collition with zlib.h Byte definition
+ */
+#define Byte LZByte
+
+#include "../../lib/lzma/Types.h"
 
 #endif