mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			189 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			189 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef __linux_video_edid_h__
 | 
						|
#define __linux_video_edid_h__
 | 
						|
 | 
						|
#include <uapi/video/edid.h>
 | 
						|
 | 
						|
#ifdef CONFIG_X86
 | 
						|
extern struct edid_info edid_info;
 | 
						|
#endif
 | 
						|
#endif /* __linux_video_edid_h__ */
 |