1
0
Fork 0
forked from len0rd/rockbox

Add define for SD_SET_CLR_CARD_DETECT 42 /* acmd42 */ to sd.h for use with 4 bit WIDEBUS.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23340 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jack Halpin 2009-10-25 05:49:35 +00:00
parent 027e7634bf
commit 094dd2b716

View file

@ -97,6 +97,7 @@ int sd_num_drives(int first_drive);
#define SD_ERASE 38
#define SD_APP_OP_COND 41
#define SD_LOCK_UNLOCK 42
#define SD_SET_CLR_CARD_DETECT 42 /* acmd42 */
#define SD_SEND_SCR 51 /* acmd51 */
#define SD_APP_CMD 55