X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fmmc%2Fcore%2Fcore.h;h=a811c52a165957219bc55e03f7fbe1faab43379f;hb=bd68e0838fe85794b06892054772fa013a8d1986;hp=67ae6abc4230928242109df7f5ab2c773f2971a3;hpb=c78402e95dd8238ee2b0e6e62b9a0c8b2bb9bba9;p=linux-beck.git diff --git a/drivers/mmc/core/core.h b/drivers/mmc/core/core.h index 67ae6abc4230..a811c52a1659 100644 --- a/drivers/mmc/core/core.h +++ b/drivers/mmc/core/core.h @@ -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);