|
@@ -9,6 +9,7 @@ struct mmc_host;
|
|
|
|
|
|
struct pxamci_platform_data {
|
|
|
unsigned int ocr_mask; /* available voltages */
|
|
|
+ unsigned long detect_delay; /* delay in jiffies before detecting cards after interrupt */
|
|
|
int (*init)(struct device *, irqreturn_t (*)(int, void *, struct pt_regs *), void *);
|
|
|
int (*get_ro)(struct device *);
|
|
|
void (*setpower)(struct device *, unsigned int);
|