summaryrefslogtreecommitdiffstats
path: root/sys/dev/mmc/mmcvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/mmc/mmcvar.h')
-rw-r--r--sys/dev/mmc/mmcvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mmc/mmcvar.h b/sys/dev/mmc/mmcvar.h
index c18a25f..971add1 100644
--- a/sys/dev/mmc/mmcvar.h
+++ b/sys/dev/mmc/mmcvar.h
@@ -72,7 +72,7 @@ enum mmc_device_ivars {
__BUS_ACCESSOR(mmc, var, MMC, ivar, type)
MMC_ACCESSOR(dsr_imp, DSR_IMP, int)
-MMC_ACCESSOR(media_size, MEDIA_SIZE, int)
+MMC_ACCESSOR(media_size, MEDIA_SIZE, off_t)
MMC_ACCESSOR(rca, RCA, int)
MMC_ACCESSOR(sector_size, SECTOR_SIZE, int)
MMC_ACCESSOR(tran_speed, TRAN_SPEED, int)
OpenPOWER on IntegriCloud