]> git.ipfire.org Git - thirdparty/u-boot.git/blob - include/lzma/LzmaTools.h
Merge tag 'doc-2024-10-rc6' of https://source.denx.de/u-boot/custodians/u-boot-efi
[thirdparty/u-boot.git] / include / lzma / LzmaTools.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Fake include for LzmaTools.h
4 *
5 * Copyright (C) 2007-2009 Industrie Dial Face S.p.A.
6 * Luigi 'Comio' Mantellini (luigi.mantellini@idf-hit.com)
7 */
8
9 #ifndef __LZMATOOLS_H__FAKE__
10 #define __LZMATOOLS_H__FAKE__
11
12 #include "../../lib/lzma/LzmaTools.h"
13
14 #endif