summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Zhu <r65037@freescale.com>2008-03-13 14:30:11 +0800
committerDaniel Schaeffer <daniel.schaeffer@timesys.com>2008-08-25 15:20:44 -0400
commitc47ac9f46c590851720f4f602201d06683e663bc (patch)
tree5f715f013ea68d2723c63d8d76d97444d16f5808 /include
parentd2601c5d427fb75c97db03733cee3828b9b17c23 (diff)
ENGR00064734 add mmc regulator and write protect support
add mmc regulator and write protect support in 3DS board Signed-off-by: Richard Zhu <r65037@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-mxc/mmc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-arm/arch-mxc/mmc.h b/include/asm-arm/arch-mxc/mmc.h
index 890abf1667c1..06e95a591775 100644
--- a/include/asm-arm/arch-mxc/mmc.h
+++ b/include/asm-arm/arch-mxc/mmc.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 Freescale Semiconductor, Inc. All Rights Reserved.
+ * Copyright 2007-2008 Freescale Semiconductor, Inc. All Rights Reserved.
*/
/*
@@ -22,6 +22,8 @@ struct mxc_mmc_platform_data {
unsigned int card_inserted_state;
// u32 (*translate_vdd)(struct device *, unsigned int);
unsigned int (*status) (struct device *);
+ int (*wp_status) (void);
+ char *power_mmc;
};
#endif