summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authornonaka <nonaka@NetBSD.org>2009-04-26 13:05:55 +0000
committernonaka <nonaka@NetBSD.org>2009-04-26 13:05:55 +0000
commit35df2d384d0498fac5071a73e896022d6c1bfe49 (patch)
treef4b89dee5a75acdd6add162d1fdf336194985fa3 /sys/dev
parentc519d37fdedbcc25f3eb58f843efbef2f7cde1ac (diff)
fix build broken.
Pointed by Takeshi Nakayama.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/sdmmc/sdmmcreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sdmmc/sdmmcreg.h b/sys/dev/sdmmc/sdmmcreg.h
index 688a3ee84ab..0da89f0e4d8 100644
--- a/sys/dev/sdmmc/sdmmcreg.h
+++ b/sys/dev/sdmmc/sdmmcreg.h
@@ -1,4 +1,4 @@
-/* $NetBSD: sdmmcreg.h,v 1.2 2009/04/26 07:21:13 nonaka Exp $ */
+/* $NetBSD: sdmmcreg.h,v 1.3 2009/04/26 13:05:55 nonaka Exp $ */
/* $OpenBSD: sdmmcreg.h,v 1.4 2009/01/09 10:55:22 jsg Exp $ */
/*
@@ -55,7 +55,7 @@
#define MMC_READ_OCR 58 /* R3 */
/* SD commands */ /* response type */
-#define SD_SET_RELATIVE_ADDR 3 /* R6 */
+#define SD_SEND_RELATIVE_ADDR 3 /* R6 */
#define SD_SEND_IF_COND 8 /* R7 */
/* SD application commands */ /* response type */