mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 03:58:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			128 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			128 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __I2C_H__
 | |
| #define __I2C_H__
 | |
| 
 | |
| /* function declarations */
 | |
| uchar i2c_read(uchar, unsigned int, int, uchar*, int);
 | |
| 
 | |
| #endif
 |