]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/mmc/core.h
sanitize audit_mq_getsetattr()
[linux-2.6-omap-h63xx.git] / include / linux / mmc / core.h
index d0c3abed74c2cbb5cbc71c6bd563bd04dad03fdc..7ac8b500d55c3bf8d2202878348b8b0115579f43 100644 (file)
@@ -135,6 +135,7 @@ extern int mmc_wait_for_app_cmd(struct mmc_host *, struct mmc_card *,
        struct mmc_command *, int);
 
 extern void mmc_set_data_timeout(struct mmc_data *, const struct mmc_card *);
+extern unsigned int mmc_align_data_size(struct mmc_card *, unsigned int);
 
 extern int __mmc_claim_host(struct mmc_host *host, atomic_t *abort);
 extern void mmc_release_host(struct mmc_host *host);
@@ -150,4 +151,6 @@ static inline void mmc_claim_host(struct mmc_host *host)
        __mmc_claim_host(host, NULL);
 }
 
+extern u32 mmc_vddrange_to_ocrmask(int vdd_min, int vdd_max);
+
 #endif