[PATCH] Add write protection switch handling to the PXA MMC driver
[deliverable/linux.git] / include / asm-arm / arch-pxa / mmc.h
index 7492ea7ea6141158f7bf24903541881dfa79db86..9718063a211959472bce3f7990cbdd5e8257948b 100644 (file)
@@ -10,6 +10,7 @@ struct mmc_host;
 struct pxamci_platform_data {
        unsigned int ocr_mask;                  /* available voltages */
        int (*init)(struct device *, irqreturn_t (*)(int, void *, struct pt_regs *), void *);
+       int (*get_ro)(struct device *);
        void (*setpower)(struct device *, unsigned int);
        void (*exit)(struct device *, void *);
 };
This page took 0.025258 seconds and 5 git commands to generate.