From ccbd8f4f31ec7f2c2ca03d3ac57ccdb28afc132c Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Wed, 1 Jul 2009 22:56:14 +0000 Subject: * Move some more stuff to the general SD driver * Ingenic SD driver: cleanup DMA part a bit (not working yet) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21606 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/sd.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'firmware/drivers') diff --git a/firmware/drivers/sd.c b/firmware/drivers/sd.c index 834d8a1..3e05b05 100644 --- a/firmware/drivers/sd.c +++ b/firmware/drivers/sd.c @@ -62,3 +62,16 @@ void sd_parse_csd(tCardInfo *card) card->r2w_factor = card_extract_bits(card->csd, 28, 3); } + +void sd_sleep(void) +{ +} + +void sd_spin(void) +{ +} + +void sd_spindown(int seconds) +{ + (void)seconds; +} -- cgit v1.1