mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com>
		
			
				
	
	
		
			16 lines
		
	
	
		
			304 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			304 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 * 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
 |