1
0
Fork 0
forked from len0rd/rockbox

* 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
This commit is contained in:
Maurus Cuelenaere 2009-07-01 22:56:14 +00:00
parent 90d7a8c4fc
commit ccbd8f4f31
4 changed files with 49 additions and 81 deletions

View file

@ -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;
}