diff options
| author | Wolfgang Denk <[email protected]> | 2011-07-19 22:27:07 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2011-07-19 22:27:07 +0200 |
| commit | 74fac70084bb040342fafc3b0d2ef50fbe35646f (patch) | |
| tree | 1407b62f99fa0b016d544b112a79cf6b3c5bc574 /include/part.h | |
| parent | 1bb5e9071f7598eb83e2015a2e9dfbdc18a4314d (diff) | |
| parent | 8fd01b8f6b5b0d8bceec443f0a62b52afa7452a1 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-mmc
* 'master' of git://git.denx.de/u-boot-mmc:
mmc: rescan fails on empty slot
AT91:mmc:fix multiple read/write error
mmc: Access mode validation for eMMC cards > 2 GiB
mmc: sh_mmcif: add support for Renesas MMCIF
mmc: fix the condition for MMC version 4
MMC: add marvell sdhci driver
MMC: add sdhci generic framework
MMC: add erase function to both mmc and sd
MMC: unify mmc read and write operation
mmc: Tegra2: Enable SD/MMC driver for Seaboard and Harmony
mmc: Tegra2: SD/MMC driver for Seaboard - eMMC on SDMMC4, SDIO on SDMMC3
Diffstat (limited to 'include/part.h')
| -rw-r--r-- | include/part.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/part.h b/include/part.h index 3cdae0214ee..52435118290 100644 --- a/include/part.h +++ b/include/part.h @@ -49,6 +49,9 @@ typedef struct block_dev_desc { unsigned long start, lbaint_t blkcnt, const void *buffer); + unsigned long (*block_erase)(int dev, + unsigned long start, + lbaint_t blkcnt); void *priv; /* driver private struct pointer */ }block_dev_desc_t; |
