summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorZhou Jingyu <b02241@freescale.com>2011-05-12 13:21:36 +0800
committerZhou Jingyu <b02241@freescale.com>2011-05-12 18:42:52 +0800
commit4e2a89449dfc80b78533e35f670b98f09f3c95ab (patch)
tree38eedbbc788ae99ebb92766b094e91fb16323144 /include
parent99a218e876a3a4831ec121fdff0e2b4e39408eda (diff)
ENGR00143239-1 MX53: add power off and reset function
add power off interface for da9053 Signed-off-by: Zhou Jingyu <Jingyu.Zhou@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mfd/da9052/da9052.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/da9052/da9052.h b/include/linux/mfd/da9052/da9052.h
index 6070696b658d..0ff9693ee387 100644
--- a/include/linux/mfd/da9052/da9052.h
+++ b/include/linux/mfd/da9052/da9052.h
@@ -225,4 +225,5 @@ int eh_register_nb(struct da9052 *da9052, struct da9052_eh_nb *nb);
int eh_unregister_nb(struct da9052 *da9052, struct da9052_eh_nb *nb);
int da9052_manual_read(struct da9052 *da9052,
unsigned char channel);
+void da9053_power_off(void);
#endif /* __LINUX_MFD_DA9052_DA9052_H */