diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2007-03-18 22:21:22 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2007-03-18 22:21:22 +0000 |
commit | a6a65388e2ee28eba6545ea5860d306b186d37ed (patch) | |
tree | 6c07fc2c7ee834b2298a6e5790367a2316579698 /sys/dev/sdmmc/sdmmcreg.h | |
parent | 71ed61c837a9ad6567f4cf46fb79ea24e6f1a4e7 (diff) |
Define MMC_STOP_TRANSMISSION command (CMD12)
Diffstat (limited to 'sys/dev/sdmmc/sdmmcreg.h')
-rw-r--r-- | sys/dev/sdmmc/sdmmcreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/sdmmc/sdmmcreg.h b/sys/dev/sdmmc/sdmmcreg.h index 66b054501aa..ed060656b43 100644 --- a/sys/dev/sdmmc/sdmmcreg.h +++ b/sys/dev/sdmmc/sdmmcreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sdmmcreg.h,v 1.2 2006/06/01 21:53:41 uwe Exp $ */ +/* $OpenBSD: sdmmcreg.h,v 1.3 2007/03/18 22:21:21 uwe Exp $ */ /* * Copyright (c) 2006 Uwe Stuehler <uwe@openbsd.org> @@ -26,6 +26,7 @@ #define MMC_SET_RELATIVE_ADDR 3 /* R1 */ #define MMC_SELECT_CARD 7 /* R1 */ #define MMC_SEND_CSD 9 /* R2 */ +#define MMC_STOP_TRANSMISSION 12 /* R1B */ #define MMC_SEND_STATUS 13 /* R1 */ #define MMC_SET_BLOCKLEN 16 /* R1 */ #define MMC_READ_BLOCK_SINGLE 17 /* R1 */ |