This just leaves include/asm-arm/plat-* to deal with. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			277 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			277 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef ASMARM_ARCH_MMC_H
 | 
						|
#define ASMARM_ARCH_MMC_H
 | 
						|
 | 
						|
#include <linux/mmc/host.h>
 | 
						|
 | 
						|
struct device;
 | 
						|
 | 
						|
struct imxmmc_platform_data {
 | 
						|
	int (*card_present)(struct device *);
 | 
						|
	int (*get_ro)(struct device *);
 | 
						|
};
 | 
						|
 | 
						|
extern void imx_set_mmc_info(struct imxmmc_platform_data *info);
 | 
						|
 | 
						|
#endif
 |