 786baecfe7
			
		
	
	
	786baecfe7
	
	
	
		
			
			As media/dvb will be removed, move it to a proper place. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			266 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			266 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _DIB07X0_H_
 | |
| #define _DIB07X0_H_
 | |
| 
 | |
| enum dib07x0_gpios {
 | |
| 	GPIO0  =  0,
 | |
| 	GPIO1  =  2,
 | |
| 	GPIO2  =  3,
 | |
| 	GPIO3  =  4,
 | |
| 	GPIO4  =  5,
 | |
| 	GPIO5  =  6,
 | |
| 	GPIO6  =  8,
 | |
| 	GPIO7  = 10,
 | |
| 	GPIO8  = 11,
 | |
| 	GPIO9  = 14,
 | |
| 	GPIO10 = 15,
 | |
| };
 | |
| 
 | |
| #define GPIO_IN  0
 | |
| #define GPIO_OUT 1
 | |
| 
 | |
| #endif
 |