X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Froms%2Fu-boot%2Finclude%2Flzma%2FLzmaTools.h;fp=qemu%2Froms%2Fu-boot%2Finclude%2Flzma%2FLzmaTools.h;h=994e412ee56ea592798215d8e5e441c0887ad8b1;hb=e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb;hp=0000000000000000000000000000000000000000;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git diff --git a/qemu/roms/u-boot/include/lzma/LzmaTools.h b/qemu/roms/u-boot/include/lzma/LzmaTools.h new file mode 100644 index 000000000..994e412ee --- /dev/null +++ b/qemu/roms/u-boot/include/lzma/LzmaTools.h @@ -0,0 +1,15 @@ +/* + * Fake include for LzmaTools.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 __LZMATOOLS_H__FAKE__ +#define __LZMATOOLS_H__FAKE__ + +#include "../../lib/lzma/LzmaTools.h" + +#endif