]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/mmc/core/core.h
mmc: add module parameter to set whether cards are assumed removable
[linux-beck.git] / drivers / mmc / core / core.h
index 67ae6abc4230928242109df7f5ab2c773f2971a3..a811c52a165957219bc55e03f7fbe1faab43379f 100644 (file)
@@ -54,7 +54,9 @@ int mmc_attach_mmc(struct mmc_host *host, u32 ocr);
 int mmc_attach_sd(struct mmc_host *host, u32 ocr);
 int mmc_attach_sdio(struct mmc_host *host, u32 ocr);
 
+/* Module parameters */
 extern int use_spi_crc;
+extern int mmc_assume_removable;
 
 /* Debugfs information for hosts and cards */
 void mmc_add_host_debugfs(struct mmc_host *host);