mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
1a4596601f
Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com>
15 lines
296 B
C
15 lines
296 B
C
/*
|
|
* Fake include for LzmaDec.h
|
|
*
|
|
* Copyright (C) 2007-2009 Industrie Dial Face S.p.A.
|
|
* Luigi 'Comio' Mantellini (luigi.mantellini@idf-hit.com)
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef __LZMADEC_H__FAKE__
|
|
#define __LZMADEC_H__FAKE__
|
|
|
|
#include "../../lib/lzma/LzmaDec.h"
|
|
|
|
#endif
|