12 lines
		
	
	
	
		
			265 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
	
		
			265 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
| 
								 | 
							
								#ifndef SDHI_MOBILE_H
							 | 
						||
| 
								 | 
							
								#define SDHI_MOBILE_H
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#include <linux/compiler.h>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								int sdhi_boot_do_read(void __iomem *base, int high_capacity,
							 | 
						||
| 
								 | 
							
										      unsigned long offset, unsigned short count,
							 | 
						||
| 
								 | 
							
										      unsigned short *buf);
							 | 
						||
| 
								 | 
							
								int sdhi_boot_init(void __iomem *base);
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#endif
							 |