commit | 85a18ad93ec66888d85758630019b10a84257f3c | [log] [tgz] |
---|---|---|
author | Pierre Ossman <drzeus@drzeus.cx> | Sat Feb 17 22:15:27 2007 +0100 |
committer | Pierre Ossman <drzeus@drzeus.cx> | Tue May 01 13:04:15 2007 +0200 |
tree | 46b1b7f72a8d4baac51916ca4ea09884ed043822 | |
parent | de85989511f3a0e15b04d18582b23d428d6ddbbd [diff] [blame] |
mmc: MMC sector based cards Support for MMC 4.2 sector based cards. This tweaks the init a bit and reads a new field out of the EXT_CSD. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
diff --git a/include/linux/mmc/card.h b/include/linux/mmc/card.h index e45712ac..5d9896c 100644 --- a/include/linux/mmc/card.h +++ b/include/linux/mmc/card.h
@@ -41,6 +41,7 @@ struct mmc_ext_csd { unsigned int hs_max_dtr; + unsigned int sectors; }; struct sd_scr {