mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-30 19:48:19 +00:00 
			
		
		
		
	This relies on the old LCD implementation which is to be removed. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			13 lines
		
	
	
		
			222 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			222 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* SPDX-License-Identifier: GPL-2.0+ */
 | |
| /*
 | |
|  * (C) Copyright 2012 Samsung Electronics
 | |
|  * Donghwa Lee <dh09.lee@samsung.com>
 | |
|  */
 | |
| 
 | |
| #ifndef _LIBTIZEN_H_
 | |
| #define _LIBTIZEN_H_
 | |
| 
 | |
| #define HD_RESOLUTION	0
 | |
| 
 | |
| #endif	/* _LIBTIZEN_H_ */
 |