]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/lzma/LzmaTypes.h
board: ge: bx50v3: mount rootfs read-only
[people/ms/u-boot.git] / include / lzma / LzmaTypes.h
CommitLineData
fc9c1727 1/*
caf72ff3 2 * Fake include for Types.h
fc9c1727 3 *
caf72ff3 4 * Copyright (C) 2007-2009 Industrie Dial Face S.p.A.
fc9c1727
LCM
5 * Luigi 'Comio' Mantellini (luigi.mantellini@idf-hit.com)
6 *
1a459660 7 * SPDX-License-Identifier: GPL-2.0+
fc9c1727
LCM
8 */
9
caf72ff3
LCM
10#ifndef __TYPES_H__FAKE__
11#define __TYPES_H__FAKE__
fc9c1727 12
caf72ff3
LCM
13/*
14 *This avoids the collition with zlib.h Byte definition
15 */
16#define Byte LZByte
17
78acc472 18#include "../../lib/lzma/Types.h"
fc9c1727
LCM
19
20#endif