aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
authorUladzimir Pylinski <barthess@yandex.ru>2015-03-24 20:20:56 +0000
committerUladzimir Pylinski <barthess@yandex.ru>2015-03-24 20:20:56 +0000
commite3083bb6a9bf6daa7d6799078745cb11fd3ac58b (patch)
treeb3e37a0e94ece6c5fe75a5c170857797d8271195 /os/hal/include
parent398079ea3016ab874a53c6f401644251da270ade (diff)
downloadChibiOS-e3083bb6a9bf6daa7d6799078745cb11fd3ac58b.tar.gz
ChibiOS-e3083bb6a9bf6daa7d6799078745cb11fd3ac58b.tar.bz2
ChibiOS-e3083bb6a9bf6daa7d6799078745cb11fd3ac58b.zip
SDIO. sdcErase() function reintroduced.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7804 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include')
-rw-r--r--os/hal/include/sdc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/include/sdc.h b/os/hal/include/sdc.h
index e7f6202d9..94b6841d6 100644
--- a/os/hal/include/sdc.h
+++ b/os/hal/include/sdc.h
@@ -182,6 +182,7 @@ extern "C" {
sdcflags_t sdcGetAndClearErrors(SDCDriver *sdcp);
bool sdcSync(SDCDriver *sdcp);
bool sdcGetInfo(SDCDriver *sdcp, BlockDeviceInfo *bdip);
+ bool sdcErase(SDCDriver *mmcp, uint32_t startblk, uint32_t endblk);
bool _sdc_wait_for_transfer_state(SDCDriver *sdcp);
#ifdef __cplusplus
}